summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-01-01 17:38:07 +0100
committer Eric Hameleers <alien@slackware.com>2023-01-01 17:38:07 +0100
commite3fe87e42cfbc68b776cb21c583b804c53e03a87 (patch)
tree99bd616ba6e1d3eba803b742953d6f60fa5ef304
parent5eca9b81831895e8ad7f5e4eed2d0bc0899c84d8 (diff)
downloadliveslak-e3fe87e42cfbc68b776cb21c583b804c53e03a87.tar.gz
liveslak-e3fe87e42cfbc68b776cb21c583b804c53e03a87.tar.xz
SLACKWARE: add kdei series if we build for Slackware 14.2
-rwxr-xr-xmake_slackware_live.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index d381c21..dc5fa80 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -200,7 +200,12 @@ SL_REPO_URL=${SL_REPO_URL:-"rsync.osuosl.org::slackware"}
DEF_SL_REPO_URL=${SL_REPO_URL}
# List of Slackware package series - each will become a squashfs module:
-SEQ_SLACKWARE="tagfile:a,ap,d,e,f,k,kde,l,n,t,tcl,x,xap,xfce,y pkglist:slackextra"
+if [ $(echo ${SL_VERSION}|cut -d. -f1) -eq 14 ]; then
+ # Slackware up and until 14.2 has KDE4 which includes the 'kdei' package set:
+ SEQ_SLACKWARE="tagfile:a,ap,d,e,f,k,kde,kdei,l,n,t,tcl,x,xap,xfce,y pkglist:slackextra"
+else
+ SEQ_SLACKWARE="tagfile:a,ap,d,e,f,k,kde,l,n,t,tcl,x,xap,xfce,y pkglist:slackextra"
+fi
# Stripped-down Slackware with XFCE as the Desktop Environment:
# - each series will become a squashfs module: