summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-06-16 22:42:49 +0000
committer Eric Hameleers <alien@slackware.com>2018-06-16 22:42:49 +0000
commit9de7df1aeb97d7a388253d348052e54a1b42f925 (patch)
tree6059aaada16f4603065c0fb2c8a3ed22c13d0904 /source
parentb30ee185f0aac164bdddf94a551b294bbc8b06e6 (diff)
downloadmultilib-9de7df1aeb97d7a388253d348052e54a1b42f925.tar.gz
multilib-9de7df1aeb97d7a388253d348052e54a1b42f925.tar.xz
glibc-multilib: sync the package doinst.sh scripts to -current
Diffstat (limited to 'source')
-rwxr-xr-xsource/current/glibc/glibc-multilib.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/current/glibc/glibc-multilib.SlackBuild b/source/current/glibc/glibc-multilib.SlackBuild
index 570c1ad..8ff2086 100755
--- a/source/current/glibc/glibc-multilib.SlackBuild
+++ b/source/current/glibc/glibc-multilib.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Copyright 2006, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
@@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=glibc
VERSION=${VERSION:-2.27}
CHECKOUT=${CHECKOUT:-""}
-BUILD=${BUILD:-2alien}
+BUILD=${BUILD:-4alien}
# I was considering disabling NSCD, but MoZes talked me out of it. :)
#DISABLE_NSCD=" --disable-nscd "