From: nbd Date: Mon, 13 Oct 2008 15:42:14 +0000 (+0000) Subject: icecast needs the xslt-config script to be in $(STAGING_DIR)/usr/bin in addition... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=12a238d8c6f5850a4420478dc7985282617309d2;p=packages.git icecast needs the xslt-config script to be in $(STAGING_DIR)/usr/bin in addition to $(STAGING_DIR)/host/bin git-svn-id: svn://svn.openwrt.org/openwrt/packages@12967 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 12603fd24..9e9645e91 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -61,12 +61,15 @@ endef TARGET_CFLAGS += $(FPIC) define Build/InstallDev - $(INSTALL_DIR) $(2)/bin $(1)/usr/include/libxslt $(1)/usr/lib \ + $(INSTALL_DIR) $(1)/usr/bin $(2)/bin $(1)/usr/include/libxslt $(1)/usr/lib \ $(1)/usr/lib/pkgconfig $(2)/share/aclocal $(INSTALL_BIN) \ $(PKG_INSTALL_DIR)/usr/bin/xslt-config \ $(2)/bin/ + + ln -sf $(STAGING_DIR)/host/bin/xslt-config $(1)/usr/bin/xslt-config + $(SED) \ 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \ $(2)/bin/xslt-config