You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/09/04 06:39:26 UTC

svn commit: rev 43320 - spamassassin/trunk/build

Author: felicity
Date: Fri Sep  3 21:39:26 2004
New Revision: 43320

Modified:
   spamassassin/trunk/build/update_stable
Log:
minor build script update: when doing the stable build, remove the files from the devel directory after copying over...

Modified: spamassassin/trunk/build/update_stable
==============================================================================
--- spamassassin/trunk/build/update_stable	(original)
+++ spamassassin/trunk/build/update_stable	Fri Sep  3 21:39:26 2004
@@ -13,6 +13,7 @@
   for fxt in '' .asc .md5 .sha1 ; do
     rm -f $RELDIR/$DISTVNAME.$ext$fxt
     cp -p $DEVDIR/$DISTVNAME.$ext$fxt $RELDIR || exit $?
+    rm -f $DEVDIR/$DISTVNAME.$ext$fxt
   done
 done