[Pkg-mailman-hackers] Pkg-mailman commit - rev 343 - trunk/debian
    Matej Vela 
    vela at costa.debian.org
       
    Thu Aug 24 12:38:15 UTC 2006
    
    
  
Author: vela
Date: 2006-08-24 12:38:14 +0000 (Thu, 24 Aug 2006)
New Revision: 343
Modified:
   trunk/debian/postinst
Log:
Rearrange find options to avoid warnings.
Modified: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst	2006-08-22 08:20:33 UTC (rev 342)
+++ trunk/debian/postinst	2006-08-24 12:38:14 UTC (rev 343)
@@ -46,7 +46,7 @@
 
     # At present ALL directories in /etc/mailman are language directories
     # but this may change in the future, better check.
-    for dir in $(find ${mm_etc} -type d -maxdepth 1 -mindepth 1 | sed -e "s;^${mm_etc}/;;g"); do
+    for dir in $(find ${mm_etc} -maxdepth 1 -mindepth 1 -type d | sed -e "s;^${mm_etc}/;;g"); do
       if [ -f ${mm_dist}/${dir}/options.html ]; then
         old_languages="${old_languages} ${dir}"
       fi
    
    
More information about the Pkg-mailman-hackers
mailing list