mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
mozjs115: Fix autoconf execution.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
367083692d
commit
9d9ddd8a89
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue