libgpg-error: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 14 Jan 2017 17:16:11 +0000 (18:16 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 14 Jan 2017 18:01:11 +0000 (19:01 +0100)
Host files installed in Build/InstallDev are target-specific and will stay
in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
libs/libgpg-error/Makefile

index 999058632cd2ed7cf16643593950f6323ef81c67..27e5e0954ec07e6da4753ca190a8f0ac6d772ca8 100644 (file)
@@ -51,7 +51,7 @@ define Build/InstallDev
        $(SED) \
                's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \
                $(2)/bin/gpg-error-config
-       ln -sf $(STAGING_DIR_HOSTPKG)/bin/gpg-error-config $(1)/usr/bin/gpg-error-config
+       ln -sf $(STAGING_DIR)/host/bin/gpg-error-config $(1)/usr/bin/gpg-error-config
 
        $(INSTALL_DIR) $(1)/usr/include
        $(INSTALL_DATA) \