diff --git a/srcpkgs/libxslt/template b/srcpkgs/libxslt/template index 12964c30f8..1907e65cad 100644 --- a/srcpkgs/libxslt/template +++ b/srcpkgs/libxslt/template @@ -1,7 +1,7 @@ # Template build file for 'libxslt'. pkgname=libxslt version=1.1.29 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static" makedepends="python-devel libxml2-devel libgcrypt-devel" @@ -26,6 +26,8 @@ if [ "$CROSS_BUILD" ]; then fi post_install() { + # Remove references to the install(1) wrapper. + sed -e "s,${XBPS_WRAPPERDIR},/usr/bin,g" -i ${DESTDIR}/usr/bin/xslt-config vlicense COPYING }