projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9565cae
)
Add a default configuration file (#1404)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 26 Feb 2007 22:33:32 +0000
(22:33 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 26 Feb 2007 22:33:32 +0000
(22:33 +0000)
SVN-Revision: 6396
libs/alsa-lib/Makefile
patch
|
blob
|
history
diff --git
a/libs/alsa-lib/Makefile
b/libs/alsa-lib/Makefile
index a4821874f57e0c8714c741ff8ee9ce6a52568b48..44e2f28d8aa2d4264730c7489a74b629c1b9e606 100644
(file)
--- a/
libs/alsa-lib/Makefile
+++ b/
libs/alsa-lib/Makefile
@@
-74,6
+74,8
@@
endef
define Package/alsa-lib/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libasound.so.* $(1)/usr/lib/
+ $(INSTALL_DIR) $(1)/usr/share/alsa/
+ $(INSTALL_CONF) $(PKG_INSTALL_DIR)/usr/share/alsa/alsa.conf $(1)/usr/share/alsa/
endef
$(eval $(call BuildPackage,alsa-lib))