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

Thijs Kinkhorst thijs at alioth.debian.org
Sat Jun 14 16:18:48 UTC 2008


Author: thijs
Date: 2008-06-14 16:18:48 +0000 (Sat, 14 Jun 2008)
New Revision: 539

Modified:
   trunk/debian/rules
Log:
be silent on symlinks that do not work yet


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-06-14 10:37:52 UTC (rev 538)
+++ trunk/debian/rules	2008-06-14 16:18:48 UTC (rev 539)
@@ -177,7 +177,7 @@
 	install debian/mailman.rtupdate debian/mailman/usr/share/python/runtime.d
 
 
-	egrep -rlZ '^#!(.*)python' debian/mailman/usr/lib/mailman | xargs -0 chmod a+x --
+	egrep -rslZ '^#!(.*)python' debian/mailman/usr/lib/mailman | xargs -0 chmod a+x --
 	find debian/mailman/usr/share/doc/mailman -name "*.html" -exec chmod -x {} \;
 	find debian/mailman/usr/share/doc/mailman -name "*.txt" -exec chmod -x {} \;
        




More information about the Pkg-mailman-hackers mailing list