You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2006/10/10 12:36:03 UTC

svn commit: r454685 - /spamassassin/trunk/build/update_website_docs

Author: jm
Date: Tue Oct 10 03:36:02 2006
New Revision: 454685

URL: http://svn.apache.org/viewvc?view=rev&rev=454685
Log:
build step bug; files were not being made g+w correctly

Modified:
    spamassassin/trunk/build/update_website_docs

Modified: spamassassin/trunk/build/update_website_docs
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/update_website_docs?view=diff&rev=454685&r1=454684&r2=454685
==============================================================================
--- spamassassin/trunk/build/update_website_docs (original)
+++ spamassassin/trunk/build/update_website_docs Tue Oct 10 03:36:02 2006
@@ -38,3 +38,5 @@
   rm -f docbak
 )
 
+chmod -R g+w $fulldir/dist
+