summaryrefslogtreecommitdiffstats
path: root/bin/live-build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-09 15:07:44 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-09 15:07:44 +0100
commit831288f21d8d701b69e29787e5cb34a2614fcf1f (patch)
treec4c7d9a1bf4c52f8b1da7b9a19f1e73c0ef31c52 /bin/live-build.sh
parentc4980c577b682ec9f1d3740084a7d3a379e62dcc (diff)
downloadjenkins.debian.net-831288f21d8d701b69e29787e5cb34a2614fcf1f.tar.xz
live-build: include education-desktop-mate instead of -kde into edu standalone
Diffstat (limited to 'bin/live-build.sh')
-rwxr-xr-xbin/live-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/live-build.sh b/bin/live-build.sh
index e118b46d..014cf15b 100755
--- a/bin/live-build.sh
+++ b/bin/live-build.sh
@@ -22,7 +22,7 @@ lb config --distribution $2 --bootappend-live "boot=live config hostname=$1 user
cp -rv /srv/jenkins/live/config .
case "$3" in
standalone) echo education-standalone >> config/package-lists/live.list.chroot
- echo education-desktop-kde >> config/package-lists/live.list.chroot
+ echo education-desktop-mate >> config/package-lists/live.list.chroot
echo education-laptop >> config/package-lists/live.list.chroot
;;
gnome) echo task-gnome-desktop >> config/package-lists/live.list.chroot