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

daniel at alioth.debian.org daniel at alioth.debian.org
Thu May 17 21:00:42 UTC 2007


Author: daniel
Date: 2007-05-17 21:00:42 +0000 (Thu, 17 May 2007)
New Revision: 1530

Modified:
   dists/trunk/live-helper/helpers/lh_binary_md5sum
   dists/trunk/live-helper/helpers/lh_source_md5sum
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-17 15:27:56 UTC (rev 1529)
+++ dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-17 21:00:42 UTC (rev 1530)
@@ -54,7 +54,8 @@
 
 # Calculating md5sums
 cd binary
-find . -type f -print0 | xargs -0 md5sum > md5sum.txt
+find . -type f -print0 | xargs -0 md5sum > ../md5sum.txt
+mv ../md5sum.txt ./
 cd "${OLDPWD}"
 
 # Creating stage file

Modified: dists/trunk/live-helper/helpers/lh_source_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-17 15:27:56 UTC (rev 1529)
+++ dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-17 21:00:42 UTC (rev 1530)
@@ -59,7 +59,8 @@
 
 # Calculating md5sums
 cd source
-find . -type f -print0 | xargs -0 md5sum > md5sum.txt
+find . -type f -print0 | xargs -0 md5sum > ../md5sum.txt
+mv ../md5sum.txt ./
 cd "${OLDPWD}"
 
 # Creating stage file




More information about the Debian-live-changes mailing list