summaryrefslogtreecommitdiffstats
path: root/source/xap/seamonkey/seamonkey.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-07-04 18:14:23 +0000
committer Eric Hameleers <alien@slackware.com>2021-07-05 08:59:51 +0200
commit32d00f6cb154a144dca8525747b386b5e69f3099 (patch)
treee56da89663a5f94988b47eb9f41c9f11f9d70a10 /source/xap/seamonkey/seamonkey.SlackBuild
parent4304265c9b670f8b492e76e8d124e699676e2a77 (diff)
downloadcurrent-32d00f6cb154a144dca8525747b386b5e69f3099.tar.gz
current-32d00f6cb154a144dca8525747b386b5e69f3099.tar.xz
Sun Jul 4 18:14:23 UTC 202120210704181423
ap/texinfo-6.8-x86_64-1.txz: Upgraded. l/pango-1.48.7-x86_64-1.txz: Upgraded. l/poppler-21.07.0-x86_64-1.txz: Upgraded. l/python-packaging-21.0-x86_64-1.txz: Upgraded. x/libdrm-2.4.107-x86_64-1.txz: Upgraded. xap/seamonkey-2.53.8-x86_64-1.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.8 (* Security fix *)
Diffstat (limited to 'source/xap/seamonkey/seamonkey.SlackBuild')
-rwxr-xr-xsource/xap/seamonkey/seamonkey.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/xap/seamonkey/seamonkey.SlackBuild b/source/xap/seamonkey/seamonkey.SlackBuild
index d29ce41a7..77b651123 100755
--- a/source/xap/seamonkey/seamonkey.SlackBuild
+++ b/source/xap/seamonkey/seamonkey.SlackBuild
@@ -218,9 +218,9 @@ fi
# Add the $OPTIONS above to .mozconfig:
for option in $OPTIONS; do echo "ac_add_options $option" >> .mozconfig; done
-echo "ac_add_options --disable-tests" >> .mozconfig
-make -f client.mk build || make -f client.mk build || exit 1
-make -f client.mk install DESTDIR=$PKG || exit 1
+# Build and install:
+./mach build || exit 1
+DESTDIR=$PKG ./mach install || exit 1
# Compress and if needed symlink the man pages:
if [ -d $PKG/usr/man ]; then