rev 5287 - www/v2

Sune Vuorela pusling-guest at alioth.debian.org
Thu Jan 11 13:22:10 CET 2007


Author: pusling-guest
Date: 2007-01-11 13:22:09 +0100 (Thu, 11 Jan 2007)
New Revision: 5287

Modified:
   www/v2/genweb.sh
Log:
add ||true to the find command. it occasionally seems to fail making chmod not run


Modified: www/v2/genweb.sh
===================================================================
--- www/v2/genweb.sh	2007-01-11 12:12:43 UTC (rev 5286)
+++ www/v2/genweb.sh	2007-01-11 12:22:09 UTC (rev 5287)
@@ -18,5 +18,5 @@
 
 sh genrss.sh > $OUTPUT/rss.xml
 
-find $OUTPUT/ -name ".svn" -exec rm -rf {} \;
+find $OUTPUT/ -name ".svn" -exec rm -rf {} \; || true
 chmod -R g+w $OUTPUT/*




More information about the pkg-kde-commits mailing list