fix libXt staging
authorFelix Fietkau <nbd@openwrt.org>
Sun, 23 Dec 2007 01:27:40 +0000 (01:27 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 23 Dec 2007 01:27:40 +0000 (01:27 +0000)
SVN-Revision: 9863

XOrg/lib/libXt/Makefile

index bce882deeebc288956619039fee541543f5aa897..0113a3a316ea4d03c7659bd8f899d15aca13212e 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))