From 0f8e9877967a9e8b8d523ec80006437193dbe016 Mon Sep 17 00:00:00 2001 From: Molly Miller Date: Mon, 9 Dec 2019 21:59:50 +0000 Subject: system/xmlto: fix shebang path to point at /bin/bash instead of /bin/sh --- system/xmlto/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'system/xmlto') 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 +# Contributor: Molly Miller # Maintainer: A. Wilcox 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 } -- cgit v1.2.3-60-g2f50