From: nbd Date: Sun, 23 Dec 2007 01:27:21 +0000 (+0000) Subject: fix host binary installation of font-util X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c38f5d8e8701ae3344a181c461e3004e17d05bb5;p=packages.git fix host binary installation of font-util git-svn-id: svn://svn.openwrt.org/openwrt/packages@9858 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/XOrg/font-native/font-util/Makefile b/XOrg/font-native/font-util/Makefile index a9d738f63..8e96ac084 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))