summaryrefslogtreecommitdiffstats
path: root/source/a
diff options
context:
space:
mode:
Diffstat (limited to 'source/a')
-rwxr-xr-xsource/a/bin/bin.SlackBuild19
-rwxr-xr-xsource/a/coreutils/coreutils.SlackBuild12
-rwxr-xr-xsource/a/xfsprogs/xfsprogs.SlackBuild2
3 files changed, 5 insertions, 28 deletions
diff --git a/source/a/bin/bin.SlackBuild b/source/a/bin/bin.SlackBuild
index ff49fa0bb..64f57d02d 100755
--- a/source/a/bin/bin.SlackBuild
+++ b/source/a/bin/bin.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=bin
VERSION=11.1
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -72,8 +72,8 @@ make || exit 1
#cat run-parts > $PKG/usr/bin/run-parts
#cat run-parts.8 | gzip -9c > $PKG/usr/man/man8/run-parts.8.gz
mkdir -p $PKG/usr/bin $PKG/usr/man/man{1,8}
-cat mktemp > $PKG/usr/bin/mktemp
-cat mktemp.1 | gzip -9c > $PKG/usr/man/man1/mktemp.1.gz
+cat mktemp > $PKG/usr/bin/mktemp-debianutils
+cat mktemp.1 | gzip -9c > $PKG/usr/man/man1/mktemp-debianutils.1.gz
cat savelog > $PKG/usr/bin/savelog
cat savelog.8 | gzip -9c > $PKG/usr/man/man8/savelog.8.gz
cat tempfile > $PKG/usr/bin/tempfile
@@ -106,19 +106,6 @@ cp -a \
$PKG/usr/doc/fbset-${FBSET}
rm -r $PKG/usr/doc/fbset-${FBSET}/CVS
-echo "+=========+"
-echo "| banners |"
-echo "+=========+"
-cd $TMP
-rm -rf banners
-tar xzvf $CWD/banners.tar.gz
-cd banners
-chown -R root:root .
-make || exit 1
-cat bban > $PKG/usr/bin/bban
-cat sysvbanner > $PKG/usr/bin/sysvbanner
-chmod 755 $PKG/usr/bin/{bban,sysvbanner}
-
echo "+===============+"
echo "| todos/fromdos |"
echo "+===============+"
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
diff --git a/source/a/xfsprogs/xfsprogs.SlackBuild b/source/a/xfsprogs/xfsprogs.SlackBuild
index 73558b5ee..e110d0466 100755
--- a/source/a/xfsprogs/xfsprogs.SlackBuild
+++ b/source/a/xfsprogs/xfsprogs.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xfsprogs
VERSION=${VERSION:-$(echo xfsprogs-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}