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

Daniel Baumann daniel at alioth.debian.org
Thu May 3 15:51:59 UTC 2007


Author: daniel
Date: 2007-05-03 15:51:59 +0000 (Thu, 03 May 2007)
New Revision: 1216

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-01 18:38:42 UTC (rev 1215)
+++ dists/trunk/live-helper/helpers/lh_source_download	2007-05-03 15:51:59 UTC (rev 1216)
@@ -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