diff --git a/srcpkgs/xmlto/template b/srcpkgs/xmlto/template index 5b3404ec01f..56a23a63908 100644 --- a/srcpkgs/xmlto/template +++ b/srcpkgs/xmlto/template @@ -1,8 +1,10 @@ # Template file for 'xmlto' pkgname=xmlto -version=0.0.27 +version=0.0.28 revision=1 build_style=gnu-configure +# Requires bash! +configure_args="ac_cv_path_BASH=/bin/bash" hostmakedepends="libxslt docbook-xsl" depends="bash ${hostmakedepends}" short_desc="Tool to help transform XML documents into other formats" @@ -10,9 +12,4 @@ maintainer="Juan RP " license="GPL-2" homepage="http://cyberelk.net/tim/software/xmlto/" distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2" -checksum=1b7183b85f7fb0a2e4cf684f3da83cf09f5080738ee2c1770762a78c8ac99f7f - -post_install() { - # Requires bash! - sed -i "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto -} +checksum=1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276