[Debian-live-changes] r1570 - dists/trunk/live-helper/helpers
    daniel at alioth.debian.org 
    daniel at alioth.debian.org
       
    Fri May 18 21:57:09 UTC 2007
    
    
  
Author: daniel
Date: 2007-05-18 21:57:09 +0000 (Fri, 18 May 2007)
New Revision: 1570
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-18 19:30:50 UTC (rev 1569)
+++ dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-18 21:57:09 UTC (rev 1570)
@@ -54,7 +54,7 @@
 
 # Calculating md5sums
 cd binary
-find . -type f -print0 | xargs -0 md5sum > ../md5sum.txt
+find . -type f -print0 | sort | xargs -0 md5sum > ../md5sum.txt
 mv ../md5sum.txt ./
 cd "${OLDPWD}"
 
Modified: dists/trunk/live-helper/helpers/lh_source_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-18 19:30:50 UTC (rev 1569)
+++ dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-18 21:57:09 UTC (rev 1570)
@@ -59,7 +59,7 @@
 
 # Calculating md5sums
 cd source
-find . -type f -print0 | xargs -0 md5sum > ../md5sum.txt
+find . -type f -print0 | sorg | xargs -0 md5sum > ../md5sum.txt
 mv ../md5sum.txt ./
 cd "${OLDPWD}"
 
    
    
More information about the Debian-live-changes
mailing list