libxslt: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
[feed/packages.git] / 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' \