From: Felix Fietkau Date: Sun, 23 Dec 2007 01:27:21 +0000 (+0000) Subject: fix host binary installation of font-util X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2b79ac5522f254ba2636d922f37fa7c76f535cd8;p=openwrt%2Fsvn-archive%2Farchive.git fix host binary installation of font-util SVN-Revision: 9858 --- diff --git a/XOrg/font-native/font-util/Makefile b/XOrg/font-native/font-util/Makefile index a9d738f63b..8e96ac0845 100644 --- a/XOrg/font-native/font-util/Makefile +++ b/XOrg/font-native/font-util/Makefile @@ -35,10 +35,10 @@ define Build/Compile endef define Build/InstallDev - $(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(1)/usr/lib/X11 $(STAGING_DIR_HOST)/usr/bin + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(1)/usr/lib/X11 $(2)/bin $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/local/lib/pkgconfig/fontutil.pc $(1)/usr/lib/pkgconfig $(CP) $(PKG_INSTALL_DIR)/usr/local/lib/X11/* $(1)/usr/lib/X11/ - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/local/bin/* $(STAGING_DIR_HOST)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/local/bin/* $(2)/bin/ endef $(eval $(call BuildPackage,font-util))