Package: live-package
Version: 0.99.19-1
Tags: Patch
Severity: Important
make-live doesn't work at all when using a "minimal" flavour. The problem is
that it removes "${LIVE_CHROOT}"/var/lib/apt/lists/* non-recursively, while it
contains a directory. Removing it recursively fixes the problem. A patch is
attached.Thanks, Bas Wijnen -- I encourage people to send encrypted e-mail (see http://www.gnupg.org). If you have problems reading my e-mail, use a better reader. Please send the central message of e-mails as plain text in the message body, not as HTML and definitely not as MS Word. Please do not use the MS Word format for attachments either. For more information, see http://pcbcn10.phys.rug.nl/e-mail.html
--- /tmp/13chroot.sh 2007-02-07 10:33:18.000000000 +0100
+++ 13chroot.sh 2007-02-07 10:34:50.000000000 +0100
@@ -193,7 +193,7 @@
if [ "${LIVE_FLAVOUR}" = "minimal" ]
then
- rm -f "${LIVE_CHROOT}"/var/lib/apt/lists/*
+ rm -rf "${LIVE_CHROOT}"/var/lib/apt/lists/*
rm -f "${LIVE_CHROOT}"/var/lib/dpkg/available-old
rm -f "${LIVE_CHROOT}"/var/lib/dpkg/diversions-old
rm -f "${LIVE_CHROOT}"/var/lib/dpkg/statoverride-old
signature.asc
Description: Digital signature
_______________________________________________ Debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

