summaryrefslogtreecommitdiffstats
path: root/source/a/coreutils/coreutils.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/coreutils/coreutils.SlackBuild')
-rwxr-xr-xsource/a/coreutils/coreutils.SlackBuild12
1 files changed, 1 insertions, 11 deletions
diff --git a/source/a/coreutils/coreutils.SlackBuild b/source/a/coreutils/coreutils.SlackBuild
index 4b88625c8..77429e28d 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:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -121,16 +121,6 @@ make install DESTDIR=$PKG || exit 1
find $PKG | xargs file | grep -e "executable" -e "shared object" \
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-# We have had the mktemp from debianutils included with Slackware for quite a
-# long time, and certain options are changed here, like changing -u to mean a
-# dry-run rather than to unlink the tempfile when finished. Since this could
-# break existing scripts, unless someone can tell me a good reason why we
-# should start using a new version of mktemp, we will continue to use the
-# one we've been using. If the new one starts to become expected, let me know.
-# We'll figure out what the best options are and go from there.
-mv $PKG/bin/mktemp $PKG/bin/mktemp-gnu
-mv $PKG/usr/man/man1/mktemp.1 $PKG/usr/man/man1/mktemp-gnu.1
-
# This seems wrong, and it stomps on files in the ksh93 package, though I'm
# not sure the placement of those is correct, either... The ksh93 package
# installs them as flat text files, while coreutils installs empty directories