From 3258e1c2e0aaf999e0a6415bf3170098c65e6c58 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 26 Feb 2007 22:33:32 +0000 Subject: [PATCH] Add a default configuration file (#1404) SVN-Revision: 6396 --- libs/alsa-lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index a4821874f5..44e2f28d8a 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)) -- 2.30.2