From: Mirko Vogt Date: Wed, 4 Feb 2009 21:36:04 +0000 (+0000) Subject: adjust path to alsa-state-files to fit the default config of fso X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3be86cea8610b329b0298aaf957e62b037a96423;p=openwrt%2Fsvn-archive%2Farchive.git adjust path to alsa-state-files to fit the default config of fso SVN-Revision: 14411 --- diff --git a/phone/freerunner-alsa-scenarios/Makefile b/phone/freerunner-alsa-scenarios/Makefile index d48d4fbc82..506096828f 100644 --- a/phone/freerunner-alsa-scenarios/Makefile +++ b/phone/freerunner-alsa-scenarios/Makefile @@ -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))