summaryrefslogtreecommitdiffstats
path: root/source/xap/mozilla-thunderbird/build-deps.sh
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-03-02 01:54:23 +0000
committer Eric Hameleers <alien@slackware.com>2022-03-02 06:59:45 +0100
commitffd548b099c715ca0e169b2e33a41933620204e2 (patch)
tree9d618a9a5e7f6d5e9bfeae0b2f8a799de26703c5 /source/xap/mozilla-thunderbird/build-deps.sh
parent29cb9e3b02f88bf8d8d3abad7aa03f6a74d6fbc0 (diff)
downloadcurrent-ffd548b099c715ca0e169b2e33a41933620204e2.tar.gz
current-ffd548b099c715ca0e169b2e33a41933620204e2.tar.xz
Wed Mar 2 01:54:23 UTC 202220220302015423
a/lrzip-0.650-x86_64-1.txz: Upgraded. d/mercurial-6.1-x86_64-1.txz: Upgraded. l/nodejs-16.14.0-x86_64-1.txz: Added. Thanks to Audrius Kažukauskas, Ryan P.C. McQuen, and Willy Sudiarto Raharjo for the slackbuilds.org version of the build script.
Diffstat (limited to '')
-rwxr-xr-xsource/xap/mozilla-thunderbird/build-deps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/xap/mozilla-thunderbird/build-deps.sh b/source/xap/mozilla-thunderbird/build-deps.sh
index 69d1a8b29..c1ad0491b 100755
--- a/source/xap/mozilla-thunderbird/build-deps.sh
+++ b/source/xap/mozilla-thunderbird/build-deps.sh
@@ -36,6 +36,6 @@ if /bin/ls build-deps*.txz 1> /dev/null 2> /dev/null ; then # use prebuilt autoc
else
# We need to use the incredibly ancient autoconf-2.13 for this :/
( cd $CWD/build-deps/autoconf ; ./autoconf.build ) || exit 1
- # And node.js... WHY
- ( cd $CWD/build-deps/nodejs ; ./nodejs.build ) || exit 1
+ ## And node.js... WHY
+ #( cd $CWD/build-deps/nodejs ; ./nodejs.build ) || exit 1
fi