summaryrefslogtreecommitdiffstats
path: root/source/l/sg3_utils/sg3_utils.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-04-14 19:46:47 +0000
committer Eric Hameleers <alien@slackware.com>2021-04-15 08:59:33 +0200
commit32353d1a5338767d5c5bbd5c99bc0969cd901a5a (patch)
tree107ee6d0dc4cb75669323d77be4d70cc8b5d912f /source/l/sg3_utils/sg3_utils.SlackBuild
parent0f26a90fcf3a69c04ddf31b6fe4868242d5679fc (diff)
downloadcurrent-32353d1a5338767d5c5bbd5c99bc0969cd901a5a.tar.gz
current-32353d1a5338767d5c5bbd5c99bc0969cd901a5a.tar.xz
Wed Apr 14 19:46:47 UTC 202120210414194647
a/kernel-generic-5.10.30-x86_64-1.txz: Upgraded. a/kernel-huge-5.10.30-x86_64-1.txz: Upgraded. a/kernel-modules-5.10.30-x86_64-1.txz: Upgraded. a/mkinitrd-1.4.11-x86_64-22.txz: Rebuilt. When / is on LVM, include the dm-snapshot module. Thanks to I.G.O.R. d/kernel-headers-5.10.30-x86-1.txz: Upgraded. k/kernel-source-5.10.30-noarch-1.txz: Upgraded. l/mlt-6.26.1-x86_64-1.txz: Upgraded. l/oniguruma-6.9.7-x86_64-1.txz: Upgraded. l/sg3_utils-1.46-x86_64-1.txz: Upgraded. n/curl-7.76.1-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/linux-5.11.x/kernel-generic-5.11.14-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-headers-5.11.14-x86-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-huge-5.11.14-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-modules-5.11.14-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-source-5.11.14-noarch-1.txz: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/l/sg3_utils/sg3_utils.SlackBuild')
-rwxr-xr-xsource/l/sg3_utils/sg3_utils.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/l/sg3_utils/sg3_utils.SlackBuild b/source/l/sg3_utils/sg3_utils.SlackBuild
index b20db178a..edf99052a 100755
--- a/source/l/sg3_utils/sg3_utils.SlackBuild
+++ b/source/l/sg3_utils/sg3_utils.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for sg3_utils
# Copyright 2010 Robby Workman Northport, AL, USA
-# Copyright 2010, 2011, 2012, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2010, 2011, 2012, 2018, 2021 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=sg3_utils
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -80,7 +80,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PKGNAM-$VERSION
-tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1
+tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
cd $PKGNAM-$VERSION || exit 1
chown -R root:root .
find . \