[Debian-live-changes] r892 - in dists/trunk/live-helper: doc helpers

Daniel Baumann daniel at alioth.debian.org
Sat Mar 31 15:55:25 UTC 2007


Author: daniel
Date: 2007-03-31 15:55:25 +0000 (Sat, 31 Mar 2007)
New Revision: 892

Modified:
   dists/trunk/live-helper/doc/ChangeLog
   dists/trunk/live-helper/helpers/lh_chroot_localhooks
Log:


Modified: dists/trunk/live-helper/doc/ChangeLog
===================================================================
--- dists/trunk/live-helper/doc/ChangeLog	2007-03-31 15:53:02 UTC (rev 891)
+++ dists/trunk/live-helper/doc/ChangeLog	2007-03-31 15:55:25 UTC (rev 892)
@@ -1,3 +1,8 @@
+2006-03-30  Daniel Baumann  <daniel at debian.org>
+
+	* helper/lh_chroot_localincludes:
+	  - Fixed wrong path for hook removal.
+
 2006-03-29  Daniel Baumann  <daniel at debian.org>
 
 	* functions/common.sh, echo.sh:

Modified: dists/trunk/live-helper/helpers/lh_chroot_localhooks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localhooks	2007-03-31 15:53:02 UTC (rev 891)
+++ dists/trunk/live-helper/helpers/lh_chroot_localhooks	2007-03-31 15:55:25 UTC (rev 892)
@@ -57,7 +57,7 @@
 		Chroot "/root/`basename ${HOOK}`"
 
 		# Removing hook
-		rm -f chroot/"`basename ${HOOK}`"
+		rm -f chroot/root/"`basename ${HOOK}`"
 	done
 
 	# Creating stage file




More information about the Debian-live-changes mailing list