adjust path to alsa-state-files to fit the default config of fso
authorMirko Vogt <mirko@openwrt.org>
Wed, 4 Feb 2009 21:36:04 +0000 (21:36 +0000)
committerMirko Vogt <mirko@openwrt.org>
Wed, 4 Feb 2009 21:36:04 +0000 (21:36 +0000)
SVN-Revision: 14411

phone/freerunner-alsa-scenarios/Makefile

index d48d4fbc82852bbbe7e5095acf66c4533ef6b548..506096828f2892905d77c2102af0bc85e5f22b1c 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=freerunner-alsa-scenarios
 PKG_VERSION:=20090124
 PKG_REV:=4900
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://svn.openmoko.org/trunk/src/target/audio/om-gta02
@@ -33,10 +33,10 @@ define Build/Compile
 endef
 
 define Package/freerunner-alsa-scenarios/install
-       $(INSTALL_DIR) $(1)/etc/alsa/scenario
+       $(INSTALL_DIR) $(1)/usr/share/openmoko/scenarios
        $(INSTALL_DATA) \
                $(PKG_BUILD_DIR)/*.state \
-               $(1)/etc/alsa/scenario/
+               $(1)/usr/share/openmoko/scenarios/
 endef
 
 $(eval $(call BuildPackage,freerunner-alsa-scenarios))