From 905338b775d44f349632a337843026e548e0b52b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 1 Aug 2007 18:59:41 +0000 Subject: [PATCH] xsltproc get staged now, needed to make xorg libs SVN-Revision: 8312 --- libs/libxslt/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2