mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +01:00
mozjs: Change autoconf download url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
46ca4bcee7
commit
90c4d19aed
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ mkdir -p $TMP $PKG $OUTPUT $PKG/usr/lib${LIBDIRSUFFIX}
|
|||
# We need to use the incredibly ancient autoconf-2.13 for this :/
|
||||
(
|
||||
cd $CWD/autoconf
|
||||
wget -c http://slackware.osuosl.org/slackware64-14.2/patches/source/mozilla-firefox/autoconf/autoconf-2.13.tar.xz
|
||||
wget -c https://notabug.org/skaendo/HackBuilds/raw/current/mozjs52/autoconf/autoconf-2.13.tar.xz
|
||||
./autoconf.build
|
||||
)
|
||||
PATH=$TMP/autoconf-tmp/usr/bin:$PATH
|
||||
|
|
Loading…
Reference in a new issue