summaryrefslogtreecommitdiff
path: root/system/make/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/make/APKBUILD')
-rw-r--r--system/make/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/make/APKBUILD b/system/make/APKBUILD
index 6459c306f..c3c2e9b3d 100644
--- a/system/make/APKBUILD
+++ b/system/make/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=make
pkgver=4.3
-pkgrel=0
+pkgrel=1
pkgdesc="GNU make utility to maintain groups of programs"
url="https://www.gnu.org/software/make"
arch="all"
@@ -25,7 +25,7 @@ build() {
}
check() {
- [ "$CBUILD" != "$CHOST" ] || (ulimit -n 64 && PERL5LIB=. make check) || return 1
+ [ "$CBUILD" != "$CHOST" ] || (ulimit -n 64 && PERL5LIB=. SHELL=/bin/sh make check) || return 1
}
package() {