summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index e9e22c2..d61e67a 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1230,8 +1230,10 @@ fi
# Do we need to include multilib?
# Add these last so we can easily distribute the module separately.
if [ "$MULTILIB" = "YES" ]; then
- echo "-- Adding multilib."
- MSEQ="${MSEQ} pkglist:multilib"
+ if ! echo ${MSEQ} |grep -qw multilib ; then
+ echo "-- Adding multilib."
+ MSEQ="${MSEQ} pkglist:multilib"
+ fi
fi
echo "-- Creating liveslak ${VERSION} '${LIVEDE}' image (based on ${DISTRO^}-${SL_VERSION} ${SL_ARCH})."