From: Bernhard Reutner-Fischer Date: Thu, 21 Jun 2007 22:05:39 +0000 (-0000) Subject: - use the correct path to the pkgconfig .pc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a6e97799451eca181eacf5256ec11d2542ca210;p=buildroot.git - use the correct path to the pkgconfig .pc --- diff --git a/package/pkgconfig/pkgconfig.mk b/package/pkgconfig/pkgconfig.mk index c86f78e54b..61f855943f 100644 --- a/package/pkgconfig/pkgconfig.mk +++ b/package/pkgconfig/pkgconfig.mk @@ -48,7 +48,7 @@ $(STAGING_DIR)/$(PKGCONFIG_TARGET_BINARY): $(PKGCONFIG_DIR)/$(PKGCONFIG_BINARY) $(MAKE) DESTDIR=$(STAGING_DIR) -C $(PKGCONFIG_DIR) install mv $(STAGING_DIR)/usr/bin/pkg-config $(STAGING_DIR)/usr/bin/pkg-config.real cp package/pkgconfig/pkgconfig-filter.sh $(STAGING_DIR)/usr/bin/pkg-config - mkdir -p $(STAGING_DIR)/lib/pkgconfig + mkdir -p $(STAGING_DIR)/usr/lib/pkgconfig rm -rf $(STAGING_DIR)/share/locale $(STAGING_DIR)/usr/info \ $(STAGING_DIR)/usr/man $(STAGING_DIR)/usr/share/doc