summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-06-15 16:27:03 +0200
committer Eric Hameleers <alien@slackware.com>2016-06-15 16:27:03 +0200
commit32467a28b4538f2fb3b88bf3495ee3c65cbe85ac (patch)
treea88857034285c7ca7399e2592e35c89bd362d70e /make_slackware_live.sh
parente205f641997683ebe10413bd15a1ddb812b97f38 (diff)
downloadliveslak-32467a28b4538f2fb3b88bf3495ee3c65cbe85ac.tar.gz
liveslak-32467a28b4538f2fb3b88bf3495ee3c65cbe85ac.tar.xz
Set ARCH: needed when calling slackpkg for 32bit Live OS on 64bit host.
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 4ce65b5..0f5b055 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1095,8 +1095,8 @@ MIRRORPLUS['mate_testing']=http://slackware.uk/msb/testing/1.12/${SL_ARCH}/
EOPL
fi
-/usr/sbin/slackpkg -batch=on update gpg
-/usr/sbin/slackpkg -batch=on update
+ARCH=${SL_ARCH} /usr/sbin/slackpkg -batch=on update gpg
+ARCH=${SL_ARCH} /usr/sbin/slackpkg -batch=on update
EOSL