From: nbd Date: Sun, 23 Dec 2007 00:41:58 +0000 (+0000) Subject: stage the xine-config script in STAGING_DIR_HOST X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d404923a0fa3e9fcf276366c519d5a9bad8eef0d;p=packages.git stage the xine-config script in STAGING_DIR_HOST git-svn-id: svn://svn.openwrt.org/openwrt/packages@9854 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/XOrg/lib/xine-lib/Makefile b/XOrg/lib/xine-lib/Makefile index 9694431dc..71e5e4630 100644 --- a/XOrg/lib/xine-lib/Makefile +++ b/XOrg/lib/xine-lib/Makefile @@ -49,7 +49,9 @@ endef define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/* $(1)/ $(SED) 's,-I$$$${prefix}/include,-I$(1)/usr/include/,g' $(1)/usr/bin/xine-config - $(SED) 's,-L$$$${exec_prefix}/lib,-L$(1)/usr/lib/,g' $(1)/usr/bin/xine-config + $(SED) 's,-L$$$${exec_prefix}/lib,-L$(1)/usr/lib/,g' $(1)/usr/bin/xine-config + $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin + mv $(1)/usr/bin/xine-config $(STAGING_DIR_HOST)/bin endef define Package/xine-lib/install