diff --git a/srcpkgs/xmlto/template b/srcpkgs/xmlto/template index 8fd17a4688..607aefde4e 100644 --- a/srcpkgs/xmlto/template +++ b/srcpkgs/xmlto/template @@ -1,6 +1,7 @@ # Template file for 'xmlto' pkgname=xmlto version=0.0.23 +revision=1 distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2" build_style=gnu_configure short_desc="Tool to help transform XML documents into other formats" @@ -14,3 +15,14 @@ long_desc=" Add_dependency full glibc Add_dependency full libxslt Add_dependency full docbook-xsl + +pre_configure() +{ + export PATH="/bin:/usr/bin:$PATH" +} + +post_install() +{ + # Requires bash! + sed -i -e "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto +}