fix libXt staging
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Dec 2007 01:27:40 +0000 (01:27 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Dec 2007 01:27:40 +0000 (01:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9863 3c298f89-4303-0410-b956-a3cf2f4a3e73

XOrg/lib/libXt/Makefile

index bce882d..0113a3a 100644 (file)
@@ -81,6 +81,8 @@ endef
 
 define Build/InstallDev
        $(CP) $(PKG_INSTALL_DIR)/* $(1)
+       $(INSTALL_DIR) $(2)/bin
+       mv $(1)/usr/bin/makestrs $(2)/bin
 endef
 
 $(eval $(call BuildPackage,libXt))