summaryrefslogtreecommitdiffstats
path: root/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-06-28 18:40:09 +0000
committer Eric Hameleers <alien@slackware.com>2021-06-29 08:59:54 +0200
commit498a5695df7a6462ec45da8ac03906633b598ac6 (patch)
tree389a4e813e8af4b23b0fe71e513c6888130c7a13 /source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
parentc7d0802f9bcd2b4a5cbaeedf35a49a61a10b02d4 (diff)
downloadcurrent-498a5695df7a6462ec45da8ac03906633b598ac6.tar.gz
current-498a5695df7a6462ec45da8ac03906633b598ac6.tar.xz
Mon Jun 28 18:40:09 UTC 202120210628184009
d/python-pip-21.1.3-x86_64-1.txz: Upgraded. d/python3-3.9.6-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_2-x86_64-1.txz: Upgraded. l/python-urllib3-1.26.6-x86_64-1.txz: Upgraded. n/gpgme-1.16.0-x86_64-1.txz: Upgraded. x/glu-9.0.2-x86_64-1.txz: Upgraded. testing/packages/linux-5.13.x/kernel-generic-5.13.0-x86_64-1.txz: Added. testing/packages/linux-5.13.x/kernel-headers-5.13.0-x86-1.txz: Added. testing/packages/linux-5.13.x/kernel-huge-5.13.0-x86_64-1.txz: Added. testing/packages/linux-5.13.x/kernel-modules-5.13.0-x86_64-1.txz: Added. testing/packages/linux-5.13.x/kernel-source-5.13.0-noarch-1.txz: Added.
Diffstat (limited to '')
-rwxr-xr-xsource/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
index 4ee9abab9..afc9aa5bc 100755
--- a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
+++ b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
@@ -283,8 +283,7 @@ fi
# Add the $OPTIONS above to .mozconfig:
for option in $OPTIONS; do echo "ac_add_options $option" >> .mozconfig; done
-# Disable tests on standard build:
-echo "ac_add_options --disable-tests" >> .mozconfig
+# Do a standard build:
./mach build || exit 1
./mach buildsymbols || exit 1
DESTDIR=$PKG ./mach install || exit 1