summaryrefslogtreecommitdiffstats
path: root/source/a/etc/etc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/etc/etc.SlackBuild')
-rwxr-xr-xsource/a/etc/etc.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/a/etc/etc.SlackBuild b/source/a/etc/etc.SlackBuild
index 52c86d829..90315a952 100755
--- a/source/a/etc/etc.SlackBuild
+++ b/source/a/etc/etc.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=etc
VERSION=15.1
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-6}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -58,7 +58,7 @@ sed -i -e "s#/i586-slackware-linux#/${ARCH}-slackware-linux#" etc/ld.so.conf.new
if [ "$ARCH" = "x86_64" ]; then
sed -i -e "s#/lib#/lib64#" etc/ld.so.conf.new
fi
-zcat $CWD/nsswitch.conf.gz > $PKG/etc/nsswitch.conf.new
+cat $CWD/nsswitch.conf > $PKG/etc/nsswitch.conf.new
# Check to make sure that shadow has the same number of entries
# as passwd: