[Debian-live-changes] r1223 - dists/trunk/live-helper/helpers

Daniel Baumann daniel at alioth.debian.org
Fri May 4 09:03:23 UTC 2007


Author: daniel
Date: 2007-05-04 09:03:22 +0000 (Fri, 04 May 2007)
New Revision: 1223

Modified:
   dists/trunk/live-helper/helpers/lh_source_download
Log:


Modified: dists/trunk/live-helper/helpers/lh_source_download
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_download	2007-05-04 09:02:55 UTC (rev 1222)
+++ dists/trunk/live-helper/helpers/lh_source_download	2007-05-04 09:03:22 UTC (rev 1223)
@@ -60,7 +60,7 @@
 # Download sources
 Chroot "dpkg --get-selections" | awk '{ print $1 }' > chroot/root/dpkg-selection.txt
 echo "${LIVE_BOOTLOADER}" >> chroot/root/dpkg-selection.txt
-echo "live-helper" >> chroot/root/dpkg-selection.txt
+#echo "live-helper" >> chroot/root/dpkg-selection.txt
 Chroot "xargs --arg-file=/root/dpkg-selection.txt apt-get source --download-only"
 rm -f chroot/root/dpkg-selection.txt
 




More information about the Debian-live-changes mailing list