diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-04-24 18:55:05 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-04-25 08:59:56 +0200 |
commit | 7b610e99b43e1de0f1614d113ada49ba2ff8f607 (patch) | |
tree | 2f204b4234fdecfbf31386baf0a4ec12ef1a7ad4 /source/a/pkgtools | |
parent | 6e50489feda778db0ff21b6f06adb801e8a5d003 (diff) | |
download | current-7b610e99b43e1de0f1614d113ada49ba2ff8f607.tar.gz current-7b610e99b43e1de0f1614d113ada49ba2ff8f607.tar.xz |
Sat Apr 24 18:55:05 UTC 202120210424185505
a/file-5.40-x86_64-3.txz: Rebuilt.
Fix detection of XZ compressed data. Thanks to TommyC7.
a/kernel-firmware-20210423_1334578-noarch-1.txz: Upgraded.
a/pkgtools-15.0-noarch-40.txz: Rebuilt.
Change several script shebangs to #!/bin/bash. Thanks to mumahendras3.
a/sysvinit-scripts-15.0-noarch-3.txz: Rebuilt.
inittab: fix label for runlevel 4. Thanks to Fellype.
rc.4: fix error message for no supported login manager found.
l/libjpeg-turbo-2.1.0-x86_64-1.txz: Upgraded.
n/fetchmail-6.4.19-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/pkgtools')
-rwxr-xr-x | source/a/pkgtools/pkgtools.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/explodepkg | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/installpkg | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/makebootdisk | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/makepkg | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/pkgdiff | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/pkgtool | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/removepkg | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/source/a/pkgtools/pkgtools.SlackBuild b/source/a/pkgtools/pkgtools.SlackBuild index 0c7d43f08..f0eca6586 100755 --- a/source/a/pkgtools/pkgtools.SlackBuild +++ b/source/a/pkgtools/pkgtools.SlackBuild @@ -30,7 +30,7 @@ PKGNAM=pkgtools # *** UPDATE THESE WITH EACH BUILD: VERSION=15.0 ARCH=${ARCH:-noarch} -BUILD=${BUILD:-39} +BUILD=${BUILD:-40} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information diff --git a/source/a/pkgtools/scripts/explodepkg b/source/a/pkgtools/scripts/explodepkg index 72c013d4a..e3849297a 100644 --- a/source/a/pkgtools/scripts/explodepkg +++ b/source/a/pkgtools/scripts/explodepkg @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 1994, 1998, 2000 Patrick Volkerding, Concord, CA, USA # Copyright 2001, 2003 Slackware Linux, Inc., Concord, CA, USA # Copyright 2007, 2009, 2017, 2018 Patrick Volkerding, Sebeka, MN, USA diff --git a/source/a/pkgtools/scripts/installpkg b/source/a/pkgtools/scripts/installpkg index 3bebe7ce2..e7fa21c03 100644 --- a/source/a/pkgtools/scripts/installpkg +++ b/source/a/pkgtools/scripts/installpkg @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 1994, 1998, 2000 Patrick Volkerding, Concord, CA, USA # Copyright 2001, 2003 Slackware Linux, Inc., Concord, CA, USA # Copyright 2007, 2009, 2011, 2017, 2018, 2019, 2020 Patrick Volkerding, Sebeka, MN, USA diff --git a/source/a/pkgtools/scripts/makebootdisk b/source/a/pkgtools/scripts/makebootdisk index 793796181..5fbe27e25 100644 --- a/source/a/pkgtools/scripts/makebootdisk +++ b/source/a/pkgtools/scripts/makebootdisk @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 1995, 1998, 2002, 2005 Patrick Volkerding, Moorhead, Minnesota USA # All rights reserved. # diff --git a/source/a/pkgtools/scripts/makepkg b/source/a/pkgtools/scripts/makepkg index e8e1f068f..ddced779e 100644 --- a/source/a/pkgtools/scripts/makepkg +++ b/source/a/pkgtools/scripts/makepkg @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 1994, 1998, 2008 Patrick Volkerding, Moorhead, Minnesota USA # Copyright 2003 Slackware Linux, Inc. Concord, CA USA # Copyright 2009, 2015, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA diff --git a/source/a/pkgtools/scripts/pkgdiff b/source/a/pkgtools/scripts/pkgdiff index ca21ad8f2..7210e2a99 100644 --- a/source/a/pkgtools/scripts/pkgdiff +++ b/source/a/pkgtools/scripts/pkgdiff @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2002 Patrick J. Volkerding, Concord, CA, USA # Copyright 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. diff --git a/source/a/pkgtools/scripts/pkgtool b/source/a/pkgtools/scripts/pkgtool index 076402b86..7c4fc7668 100644 --- a/source/a/pkgtools/scripts/pkgtool +++ b/source/a/pkgtools/scripts/pkgtool @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999 Patrick Volkerding, Moorhead, MN USA # Copyright 2001, 2004 Slackware Linux, Inc., Concord, CA USA diff --git a/source/a/pkgtools/scripts/removepkg b/source/a/pkgtools/scripts/removepkg index ec9b4299a..cb7e9119a 100644 --- a/source/a/pkgtools/scripts/removepkg +++ b/source/a/pkgtools/scripts/removepkg @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware remove package script # # Copyright 1994, 1995, 1998 Patrick Volkerding, Moorhead, Minnesota USA |