From 93fbb25b6d198ff3ec31492808ae122da3148470 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 26 Feb 2007 22:33:32 +0000 Subject: [PATCH] Add a default configuration file (#1404) git-svn-id: svn://svn.openwrt.org/openwrt/packages@6396 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/alsa-lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index a4821874f..44e2f28d8 100644 --- 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))