fix libXt staging

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9863 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-12-23 01:27:40 +00:00
parent 18e237932f
commit c20390554a

View 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))