X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=XOrg%2Ffont-native%2Ffont-util%2FMakefile;h=8e96ac0845bff46485a5031ed4e2d4d6d360338b;hb=062a2f295d5ff5d5536ce2426dbd7259b089f562;hp=ea0cd3dd1c8d4afade12152f941e080942cf2bc2;hpb=77b347489cdccc4c060d1ac93e2d2a7e869c72ad;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/XOrg/font-native/font-util/Makefile b/XOrg/font-native/font-util/Makefile index ea0cd3dd1c..8e96ac0845 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,9 +35,10 @@ define Build/Compile endef define Build/InstallDev - $(CP) $(PKG_INSTALL_DIR)/usr/local/lib/pkgconfig/fontutil.pc $(1)/usr/lib/pkgconfig/ + $(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/* $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/local/bin/* $(2)/bin/ endef $(eval $(call BuildPackage,font-util))