From: John Crispin Date: Wed, 1 Aug 2007 18:59:41 +0000 (+0000) Subject: xsltproc get staged now, needed to make xorg libs X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=905338b775d44f349632a337843026e548e0b52b;p=openwrt%2Fsvn-archive%2Fpackages.git xsltproc get staged now, needed to make xorg libs SVN-Revision: 8312 --- diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 7c2ee4b20..72b26b750 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -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