r2780 - dists/trunk/live-helper/helpers

lamby-guest at alioth.debian.org lamby-guest at alioth.debian.org
Fri Aug 17 10:12:02 UTC 2007


Author: lamby-guest
Date: 2007-08-17 10:12:02 +0000 (Fri, 17 Aug 2007)
New Revision: 2780

Modified:
   dists/trunk/live-helper/helpers/lh_binary_md5sum
Log:
*Actually* fix spaces bug

Modified: dists/trunk/live-helper/helpers/lh_binary_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-08-17 09:49:48 UTC (rev 2779)
+++ dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-08-17 10:12:02 UTC (rev 2780)
@@ -55,7 +55,7 @@
 
 # Calculating md5sums
 cd binary
-find . -type f -print0 | sort | grep -v 'isolinux/isolinux.bin' | grep -v 'boot/grub/stage2_eltorito' | xargs -0 md5sum > ../md5sum.txt
+find . -type f | sort | grep -v 'isolinux/isolinux.bin' | grep -v 'boot/grub/stage2_eltorito' | xargs -I{} md5sum "{}" > ../md5sum.txt
 
 cat > md5sum.txt << EOF
 This file contains the list of md5 checksums of all files on this medium.




More information about the debian-live-changes mailing list