[Pkg-mailman-hackers] Pkg-mailman commit - rev 322 - trunk/debian

Thijs Kinkhorst thijs at costa.debian.org
Mon Aug 14 16:49:21 UTC 2006


Author: thijs
Date: 2006-08-14 16:49:20 +0000 (Mon, 14 Aug 2006)
New Revision: 322

Modified:
   trunk/debian/rules
Log:
move options to the start of the find cmdline to prevent
warnings from find


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2006-08-14 16:40:04 UTC (rev 321)
+++ trunk/debian/rules	2006-08-14 16:49:20 UTC (rev 322)
@@ -164,7 +164,7 @@
 	install -m 0644 debian/contrib/apache.conf debian/mailman/etc/mailman
 
 # Move templates
-	mv `find debian/mailman/etc/mailman -type d -mindepth 1 -maxdepth 1` debian/mailman/usr/share/mailman
+	mv `find debian/mailman/etc/mailman -mindepth 1 -maxdepth 1 -type d` debian/mailman/usr/share/mailman
 	cp build/contrib/qmail-to-mailman.py debian/mailman/usr/share/mailman
 
 	find debian/mailman/usr/share/mailman -type f | sed 's,debian/mailman/usr/share/mailman,/etc/mailman,' > debian/ucffiles




More information about the Pkg-mailman-hackers mailing list