mozjs115: Fix autoconf execution.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-10-16 12:59:28 +07:00
parent 367083692d
commit 9d9ddd8a89

View file

@ -87,7 +87,7 @@ find . \
-exec chmod 644 {} \+
# We need to use the incredibly ancient autoconf-2.13 for this :/
( cd $CWD/autoconf ; ./autoconf.build )
( cd $CWD/autoconf ; sh ./autoconf.build )
PATH=$TMP/autoconf-tmp/usr/bin:$PATH
# Patches from Fedora: