summaryrefslogtreecommitdiffstats
path: root/source/a/pkgtools
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-07-26 19:26:39 +0000
committer Eric Hameleers <alien@slackware.com>2023-07-26 21:58:54 +0200
commit8761a174459eec5504a6ce5ad93b52a41a15ffc3 (patch)
treee68a7315edf06a758a76d33acaeea49c3059b522 /source/a/pkgtools
parentc1b17447d701dfcaf4d444dbaefa3790a86ac2a5 (diff)
downloadcurrent-8761a174459eec5504a6ce5ad93b52a41a15ffc3.tar.gz
current-8761a174459eec5504a6ce5ad93b52a41a15ffc3.tar.xz
Wed Jul 26 19:26:39 UTC 202320230726192639
a/pkgtools-15.1-noarch-6.txz: Rebuilt. makepkg: fix chown to avoid warning. Not sure how this one got missed for so long. Thanks to lucabon. d/cmake-3.27.1-x86_64-1.txz: Upgraded. l/cfitsio-4.3.0-x86_64-1.txz: Upgraded. n/curl-8.2.1-x86_64-1.txz: Upgraded. This is a bugfix release. x/m17n-lib-1.8.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/pkgtools')
-rwxr-xr-xsource/a/pkgtools/pkgtools.SlackBuild2
-rw-r--r--source/a/pkgtools/scripts/makepkg2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/a/pkgtools/pkgtools.SlackBuild b/source/a/pkgtools/pkgtools.SlackBuild
index 38f807a1c..6fbed55a7 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.1
ARCH=${ARCH:-noarch}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-6}
# 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/makepkg b/source/a/pkgtools/scripts/makepkg
index 7ddf5dbd4..ed5e9ccf9 100644
--- a/source/a/pkgtools/scripts/makepkg
+++ b/source/a/pkgtools/scripts/makepkg
@@ -384,7 +384,7 @@ else
fi
if [ "$CHOWN" = "y" ]; then
find . -type d -exec chmod -v 755 {} \;
- find . -type d -exec chown -v root.root {} \;
+ find . -type d -exec chown -v root:root {} \;
fi
# Ensure that the 'root' of the package is chmod 755 because