summaryrefslogtreecommitdiffstats
path: root/bin/live-build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-08 14:38:29 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-08 14:38:29 +0100
commit8d512aaa9bdf3b7ce90f048697e909c1fd84fae3 (patch)
tree70fe0cda1122f0f7a5dd136a0ce8b3d965061a3e /bin/live-build.sh
parent05b469de3faef6a0d400aff881c872a31c3cbe99 (diff)
downloadjenkins.debian.net-8d512aaa9bdf3b7ce90f048697e909c1fd84fae3.tar.xz
live-build: install task-(gnome|xfce)-desktop instead of (gnome|xfce4)
Diffstat (limited to 'bin/live-build.sh')
-rwxr-xr-xbin/live-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/live-build.sh b/bin/live-build.sh
index 8b1129c8..25cd76fb 100755
--- a/bin/live-build.sh
+++ b/bin/live-build.sh
@@ -22,9 +22,9 @@ lb config --distribution $2 --bootappend-live "boot=live config hostname=$1 user
case "$3" in
standalone) echo education-standalone >> config/package-lists/live.list.chroot
;;
- gnome) echo gnome >> config/package-lists/live.list.chroot
+ gnome) echo task-gnome-desktop >> config/package-lists/live.list.chroot
;;
- xfce) echo xfce4 >> config/package-lists/live.list.chroot
+ xfce) echo task-xfce-desktop >> config/package-lists/live.list.chroot
;;
*) ;;
esac