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

daniel at alioth.debian.org daniel at alioth.debian.org
Mon May 21 19:17:30 UTC 2007


Author: daniel
Date: 2007-05-21 19:17:30 +0000 (Mon, 21 May 2007)
New Revision: 1590

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


Modified: dists/trunk/live-helper/helpers/lh_source_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-21 18:15:14 UTC (rev 1589)
+++ dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-21 19:17:30 UTC (rev 1590)
@@ -59,7 +59,7 @@
 
 # Calculating md5sums
 cd source
-find . -type f -print0 | sorg | xargs -0 md5sum > ../md5sum.txt
+find . -type f -print0 | sort | xargs -0 md5sum > ../md5sum.txt
 mv ../md5sum.txt ./
 cd "${OLDPWD}"
 




More information about the Debian-live-changes mailing list