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.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=1ec0b1aabb14b14af14fdcb694da7de8613d7dc8 xsltproc get staged now, needed to make xorg libs SVN-Revision: 8312 --- diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 7c2ee4b20b..72b26b7503 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