From: Lars-Peter Clausen Date: Sat, 24 Jan 2009 00:33:58 +0000 (+0000) Subject: Install alsactl. X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=57958037f4a323accd68c31f8f0d386ed50a9e39;p=openwrt%2Fsvn-archive%2Fpackages.git Install alsactl. SVN-Revision: 14160 --- 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))