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

daniel at alioth.debian.org daniel at alioth.debian.org
Mon Jun 11 10:06:04 UTC 2007


Author: daniel
Date: 2007-06-11 10:06:04 +0000 (Mon, 11 Jun 2007)
New Revision: 2035

Modified:
   dists/trunk/live-helper/helpers/lh_bootstrap_cache
   dists/trunk/live-helper/helpers/lh_chroot_cache
Log:


Modified: dists/trunk/live-helper/helpers/lh_bootstrap_cache
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_cache	2007-06-11 09:59:41 UTC (rev 2034)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_cache	2007-06-11 10:06:04 UTC (rev 2035)
@@ -53,7 +53,7 @@
 				rm -rf chroot
 
 				# Restoring old cache
-				${LH_ROOT_COMMAND} cp -a cache/stages_bootstrap/* chroot
+				${LH_ROOT_COMMAND} cp -a cache/stages_bootstrap chroot
 
 				if [ -n "${LH_ROOT_COMMAND}" ]
 				then

Modified: dists/trunk/live-helper/helpers/lh_chroot_cache
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_cache	2007-06-11 09:59:41 UTC (rev 2034)
+++ dists/trunk/live-helper/helpers/lh_chroot_cache	2007-06-11 10:06:04 UTC (rev 2035)
@@ -53,7 +53,7 @@
 				rm -rf chroot
 
 				# Restoring old cache
-				${LH_ROOT_COMMAND} cp -a cache/stages_chroot/* chroot
+				${LH_ROOT_COMMAND} cp -a cache/stages_chroot chroot
 
 				if [ -n "${LH_ROOT_COMMAND}" ]
 				then




More information about the Debian-live-changes mailing list