From: Felix Fietkau Date: Sun, 23 Dec 2007 01:27:40 +0000 (+0000) Subject: fix libXt staging X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=eac7b7dc747fec6a828b20aa80da61481eb0eaf0 fix libXt staging SVN-Revision: 9863 --- diff --git a/XOrg/lib/libXt/Makefile b/XOrg/lib/libXt/Makefile index bce882deee..0113a3a316 100644 --- a/XOrg/lib/libXt/Makefile +++ b/XOrg/lib/libXt/Makefile @@ -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))