From 109351e55e1db28410d4a371d7ed70b060bb6416 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Thu, 27 Jul 2006 00:08:18 +0000 Subject: [PATCH] xubuntu fix for edgy --- debian/changelog | 1 + livecd.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3bdc5785..e2236e6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ livecd-rootfs (0.28) UNRELEASED; urgency=low * Welcome to Edgy... Switch the default i386 kernel to -686, yay! * And when I say "edgy", I really mean it (ie: change the suite too) * Add the use of a sortfile from Tollef to the squashfs invocation. + * s/libgoffice-gtk-1-2/libgoffice-gtk-0-3/ for the xubuntu hint. -- Adam Conrad Fri, 9 Jun 2006 23:13:11 +1000 diff --git a/livecd.sh b/livecd.sh index 8e5c97ad..20251d16 100755 --- a/livecd.sh +++ b/livecd.sh @@ -146,7 +146,7 @@ Flags: seen LIVELIST="edubuntu-live xresprobe laptop-detect casper" ;; xubuntu) - LIST="$LIST ubuntu-base xterm libgoffice-gtk-1-2 xubuntu-desktop" + LIST="$LIST ubuntu-base xterm libgoffice-gtk-0-3 xubuntu-desktop" LIVELIST="xubuntu-live xresprobe laptop-detect casper" ;; base)