From f5f3911c929a7cac1ff0e04b344741821461ba70 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 22 Dec 2007 17:58:08 +0000 Subject: [PATCH] fix installation of font-util to fix font-misc-misc compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@9837 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- XOrg/font-native/font-util/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/XOrg/font-native/font-util/Makefile b/XOrg/font-native/font-util/Makefile index 2fa62da8e..a9d738f63 100644 --- a/XOrg/font-native/font-util/Makefile +++ b/XOrg/font-native/font-util/Makefile @@ -16,7 +16,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.2/src/font include $(INCLUDE_DIR)/package.mk -STAGING_DIR=$(STAGING_DIR_HOST) define Package/font-util SECTION:=xorg-font @@ -36,10 +35,10 @@ define Build/Compile endef define Build/InstallDev - $(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(1)/usr/lib/X11 $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(1)/usr/lib/X11 $(STAGING_DIR_HOST)/usr/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/* $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/local/bin/* $(STAGING_DIR_HOST)/usr/bin/ endef $(eval $(call BuildPackage,font-util)) -- 2.11.0