summaryrefslogtreecommitdiffstats
path: root/source/d/git/git.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-02-12 21:51:35 +0000
committer Eric Hameleers <alien@slackware.com>2020-02-13 08:59:47 +0100
commita2163e3ab2d184702eeb1c4f7c0c9bed6d178206 (patch)
treef2bc5e607a5a92c23f502974839e319aaf3d18b2 /source/d/git/git.SlackBuild
parent6a63f41b3b49b8f8f86b40166b782d907ccb2538 (diff)
downloadcurrent-a2163e3ab2d184702eeb1c4f7c0c9bed6d178206.tar.gz
current-a2163e3ab2d184702eeb1c4f7c0c9bed6d178206.tar.xz
Wed Feb 12 21:51:35 UTC 202020200212215135
a/aaa_terminfo-6.2-x86_64-1.txz: Upgraded. d/git-2.25.0-x86_64-2.txz: Rebuilt. Fixed uncompressed Git.3pm man page. Thanks to Xsane. d/gnucobol-2.2-x86_64-3.txz: Rebuilt. Fixed uncompressed man pages. Thanks to Xsane. l/libarchive-3.4.2-x86_64-1.txz: Upgraded. This update includes security fixes in the RAR5 reader. (* Security fix *) l/ncurses-6.2-x86_64-1.txz: Upgraded. l/sdl-1.2.15-x86_64-8.txz: Rebuilt. Added SDL_sound-1.0.3. n/ModemManager-1.12.6-x86_64-1.txz: Upgraded. n/NetworkManager-1.22.6-x86_64-2.txz: Rebuilt. Fixed hardlinked/uncompressed man pages. Thanks to Xsane. n/dovecot-2.3.9.3-x86_64-1.txz: Upgraded. testing/packages/PAM/dovecot-2.3.9.3-x86_64-1_pam.txz: Upgraded. Fixed missing /etc/pam.d/dovecot.
Diffstat (limited to '')
-rwxr-xr-xsource/d/git/git.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/d/git/git.SlackBuild b/source/d/git/git.SlackBuild
index e0a481c1b..945280e83 100755
--- a/source/d/git/git.SlackBuild
+++ b/source/d/git/git.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2016, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2011, 2016, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=git
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -130,7 +130,7 @@ if [ -d $PKG/usr/man ]; then
ln -s $( readlink $eachpage ).gz $eachpage.gz
rm $eachpage
done
- gzip -9 *.?
+ gzip -9 *.*
)
done
)