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

Daniel Baumann daniel at alioth.debian.org
Thu Apr 26 09:53:47 UTC 2007


Author: daniel
Date: 2007-04-26 09:53:47 +0000 (Thu, 26 Apr 2007)
New Revision: 1181

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


Modified: dists/trunk/live-helper/helpers/lh_clean
===================================================================
--- dists/trunk/live-helper/helpers/lh_clean	2007-04-26 09:51:49 UTC (rev 1180)
+++ dists/trunk/live-helper/helpers/lh_clean	2007-04-26 09:53:47 UTC (rev 1181)
@@ -60,9 +60,9 @@
 
 		${LH_ROOT_COMMAND} rm -rf chroot chroot.tmp
 
-		if [ "${PURGE}" != "true" ] && [ -d cache/chroot_bootstrap ]
+		if [ "${PURGE}" != "true" ] && [ -d cache/stages_bootstrap ]
 		then
-			${LH_ROOT_COMMAND} cp -a cache/chroot_bootstrap chroot
+			${LH_ROOT_COMMAND} cp -a cache/stages_bootstrap chroot
 			mkdir -p .stage
 			touch .stage/bootstrap
 		fi




More information about the Debian-live-changes mailing list