diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-04-18 19:58:04 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-04-19 06:59:45 +0200 |
commit | 615523f1128f2b40168434af4e8e00e95136fa71 (patch) | |
tree | 3068279d052c3271a7e83b6f953c52bbfcb8f33a /source/a/coreutils/coreutils.SlackBuild | |
parent | 8b9b348d17ffe04d5a5087505a9f30b2ff9c1ebe (diff) | |
download | current-615523f1128f2b40168434af4e8e00e95136fa71.tar.gz |
Mon Apr 18 19:58:04 UTC 202220220418195804
a/coreutils-9.1-x86_64-1.txz: Upgraded.
kde/krita-5.0.5-x86_64-3.txz: Rebuilt.
Recompiled against quazip-1.3.
l/enchant-2.3.3-x86_64-1.txz: Upgraded.
l/imagemagick-7.1.0_30-x86_64-1.txz: Upgraded.
l/json-c-0.16_20220414-x86_64-1.txz: Upgraded.
l/libnl3-3.6.0-x86_64-1.txz: Upgraded.
l/pcre2-10.40-x86_64-1.txz: Upgraded.
l/quazip-1.3-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
n/rsync-3.2.4-x86_64-1.txz: Upgraded.
x/libpinyin-2.6.2-x86_64-1.txz: Upgraded.
xap/xsnow-3.5.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/coreutils/coreutils.SlackBuild')
-rwxr-xr-x | source/a/coreutils/coreutils.SlackBuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/source/a/coreutils/coreutils.SlackBuild b/source/a/coreutils/coreutils.SlackBuild index ea9a79ad..728c3024 100755 --- a/source/a/coreutils/coreutils.SlackBuild +++ b/source/a/coreutils/coreutils.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=coreutils VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -80,16 +80,6 @@ rm -rf $PKGNAM-$VERSION tar xvf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1 cd $PKGNAM-$VERSION || exit 1 -# Fix chmod exit status: -touch -r NEWS NEWS.timestamp -touch -r src/chmod.c src/chmod.c.timestamp -touch -r tests/local.mk tests/local.mk.timestamp -zcat $CWD/e8b56ebd536e82b15542a00c888109471936bfda.patch.gz | patch -p1 --verbose || exit 1 -touch -r NEWS.timestamp NEWS -touch -r src/chmod.c.timestamp src/chmod.c -touch -r tests/local.mk.timestamp tests/local.mk -rm -f NEWS.timestamp src/chmod.c.timestamp tests/local.mk.timestamp - chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |