diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-06-05 21:43:22 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-06-05 21:43:22 +0000 |
commit | 33268ddd5fac7d452f4b46a135f37c8d67fb13f1 (patch) | |
tree | d4e4241bea8233fd03b17e1965e8cc124ebd6731 /testing/mozjs-38/APKBUILD | |
parent | 801551b52109dbd16517451bcf5752360b91cff4 (diff) | |
download | aports-33268ddd5fac7d452f4b46a135f37c8d67fb13f1.tar.bz2 aports-33268ddd5fac7d452f4b46a135f37c8d67fb13f1.tar.xz |
testing/mozjs-38: god mozilla's build system is garbage
Diffstat (limited to 'testing/mozjs-38/APKBUILD')
-rw-r--r-- | testing/mozjs-38/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mozjs-38/APKBUILD b/testing/mozjs-38/APKBUILD index b9c8224abf..67414bdffb 100644 --- a/testing/mozjs-38/APKBUILD +++ b/testing/mozjs-38/APKBUILD @@ -22,7 +22,7 @@ options="!check" build() { cd "$_builddir" - PYTHON=/usr/bin/python ./configure --prefix=/usr \ + SHELL=/bin/ash PYTHON=/usr/bin/python ./configure --prefix=/usr \ --with-system-icu \ --with-system-nspr \ --enable-system-ffi \ |