From 6c7ff8b1de0eb7081f8c8d9e09220983e489a6c7 Mon Sep 17 00:00:00 2001 From: lars Date: Sat, 24 Jan 2009 00:33:58 +0000 Subject: [PATCH] Install alsactl. git-svn-id: svn://svn.openwrt.org/openwrt/packages@14160 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/alsa-utils/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/utils/alsa-utils/Makefile b/utils/alsa-utils/Makefile index 9dcfde79d..f53ffba7d 100644 --- a/utils/alsa-utils/Makefile +++ b/utils/alsa-utils/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -39,10 +39,11 @@ define Build/Compile endef define Package/alsa-utils/install - $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/{s,}bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/amixer $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/alsamixer $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/aplay $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/alsactl $(1)/usr/sbin/ endef $(eval $(call BuildPackage,alsa-utils))