- use the correct path to the pkgconfig .pc
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 21 Jun 2007 22:05:39 +0000 (22:05 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 21 Jun 2007 22:05:39 +0000 (22:05 -0000)
package/pkgconfig/pkgconfig.mk

index c86f78e54b8f6a14b38348129b657fcc8364db02..61f855943ff3f2a914bbfb1207935f358350ef16 100644 (file)
@@ -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