From: blogic Date: Wed, 1 Aug 2007 18:59:41 +0000 (+0000) Subject: xsltproc get staged now, needed to make xorg libs X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=124af7454a926c936b6cac930134a45a3e947950;p=packages.git xsltproc get staged now, needed to make xorg libs git-svn-id: svn://svn.openwrt.org/openwrt/packages@8312 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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