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
This commit is contained in:
parent
7098f552ac
commit
12a238d8c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user