xsltproc get staged now, needed to make xorg libs

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8312 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2007-08-01 18:59:41 +00:00
parent 148ef8a17a
commit 124af7454a

View File

@ -69,6 +69,7 @@ endef
define Build/InstallDev
mkdir -p $(STAGING_DIR)/usr/bin
$(CP) $(PKG_INSTALL_DIR)/usr/bin/xslt-config $(STAGING_DIR)/usr/bin/
$(CP) $(PKG_INSTALL_DIR)/usr/bin/xsltproc $(STAGING_DIR)/usr/bin/
mkdir -p $(STAGING_DIR)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/libxslt $(STAGING_DIR)/usr/include/
mkdir -p $(STAGING_DIR)/usr/lib