lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit ee211f94ec292f7ec3d563fcbc147359b6cf8290
parent 68699b68110f7f92cfb98989ca2244ec5852d856
Author: Matthias Schiffer <mschiffer@universe-factory.net>
Date:   Sat, 14 Jan 2017 18:17:19 +0100

libxslt: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate

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>

Diffstat:
Mlibs/libxslt/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile @@ -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' \