diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/xmlto/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/xmlto/APKBUILD b/system/xmlto/APKBUILD index 2ef0f1126..cde9e5e58 100644 --- a/system/xmlto/APKBUILD +++ b/system/xmlto/APKBUILD @@ -1,8 +1,9 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> +# Contributor: Molly Miller <adelie@m-squa.red> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=xmlto pkgver=0.0.28 -pkgrel=2 +pkgrel=3 pkgdesc="Tool for converting XML files to various formats" url="https://pagure.io/xmlto/" arch="all" @@ -19,7 +20,8 @@ build() { --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ - --mandir=/usr/share/man + --mandir=/usr/share/man \ + BASH=/bin/bash make -j1 } |