libxslt: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 14 Jan 2017 17:17:19 +0000 (18:17 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 14 Jan 2017 18:01:13 +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/libxslt/Makefile

index 5ca407c4abe5e6da490cd7cd169f0c26ce1787f6..955073a0073e2c7c2bf3cf9234011d9317004f9b 100644 (file)
@@ -83,7 +83,7 @@ define Build/InstallDev/Xslt
                $(PKG_INSTALL_DIR)/usr/bin/xslt-config \
                $(2)/bin/
 
-       ln -sf $(STAGING_DIR_HOSTPKG)/bin/xslt-config $(1)/usr/bin/xslt-config
+       ln -sf $(STAGING_DIR)/host/bin/xslt-config $(1)/usr/bin/xslt-config
 
        $(SED) \
                's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \