fix host binary installation of xine-lib
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Dec 2007 01:27:30 +0000 (01:27 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Dec 2007 01:27:30 +0000 (01:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9860 3c298f89-4303-0410-b956-a3cf2f4a3e73

XOrg/lib/xine-lib/Makefile

index 71e5e46..cc134fb 100644 (file)
@@ -50,8 +50,8 @@ 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
-       $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin
-       mv $(1)/usr/bin/xine-config $(STAGING_DIR_HOST)/bin
+       $(INSTALL_DIR) $(2)/bin
+       mv $(1)/usr/bin/xine-config $(2)/bin
 endef
 
 define Package/xine-lib/install