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

daniel at alioth.debian.org daniel at alioth.debian.org
Fri Jun 29 16:08:42 UTC 2007


Author: daniel
Date: 2007-06-29 16:08:42 +0000 (Fri, 29 Jun 2007)
New Revision: 2280

Modified:
   dists/trunk/live-helper/helpers/lh_binary_usb-hdd
   dists/trunk/live-helper/helpers/lh_source_usb-hdd
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_usb-hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_usb-hdd	2007-06-29 15:55:33 UTC (rev 2279)
+++ dists/trunk/live-helper/helpers/lh_binary_usb-hdd	2007-06-29 16:08:42 UTC (rev 2280)
@@ -155,7 +155,7 @@
 
 if [ -n "${MAKEDEV}" ]
 then
-	rm -f chroot/dev
+	rm -rf chroot/dev
 	mv chroot/dev.tmp chroot/dev
 fi
 

Modified: dists/trunk/live-helper/helpers/lh_source_usb-hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_usb-hdd	2007-06-29 15:55:33 UTC (rev 2279)
+++ dists/trunk/live-helper/helpers/lh_source_usb-hdd	2007-06-29 16:08:42 UTC (rev 2280)
@@ -101,7 +101,7 @@
 
 if [ -n "${MAKEDEV}" ]
 then
-	rm -f chroot/dev
+	rm -rf chroot/dev
 	mv chroot/dev.tmp chroot/dev
 fi
 




More information about the Debian-live-changes mailing list