From 32d00f6cb154a144dca8525747b386b5e69f3099 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 4 Jul 2021 18:14:23 +0000 Subject: Sun Jul 4 18:14:23 UTC 2021 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 *) --- source/xap/seamonkey/seamonkey.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/xap/seamonkey/seamonkey.SlackBuild') 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 -- cgit v1.2.3