mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
mozjs: Change the autoconf source url (again).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
e07e00565a
commit
573c14717f
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 https://sourceforge.net/projects/slackbuildsdirectlinks/files/csb/autoconf-2.13.tar.xz
|
||||
wget -c https://github.com/CinnamonSlackBuilds/cinnamonslackbuilds.github.io/raw/master/source/autoconf-2.13.tar.xz
|
||||
./autoconf.build
|
||||
)
|
||||
PATH=$TMP/autoconf-tmp/usr/bin:$PATH
|
||||
|
|
Loading…
Reference in a new issue