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

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Jul 7 11:12:57 UTC 2007


Author: daniel
Date: 2007-07-07 11:12:57 +0000 (Sat, 07 Jul 2007)
New Revision: 2420

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


Modified: dists/trunk/live-helper/helpers/lh_binary_chroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_chroot	2007-07-07 11:10:52 UTC (rev 2419)
+++ dists/trunk/live-helper/helpers/lh_binary_chroot	2007-07-07 11:12:57 UTC (rev 2420)
@@ -63,9 +63,12 @@
 ${LH_ROOT_COMMAND} rm -rf chroot.tmp
 
 # Copying new chroot
-#${LH_ROOT_COMMAND} cp -al chroot chroot.tmp
-${LH_ROOT_COMMAND} cp -a chroot chroot.tmp
-${LH_ROOT_COMMAND} mv chroot.tmp chroot/chroot
+if [ "${LIVE_BINARY_INDICES}" = "enabled" ]
+then
+	${LH_ROOT_COMMAND} cp -a chroot chroot.tmp
+else
+	${LH_ROOT_COMMAND} cp -al chroot chroot.tmp
+fi
 
 if [ -n "${LH_ROOT_COMMAND}" ]
 then




More information about the Debian-live-changes mailing list