You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2022/04/20 03:16:18 UTC

svn commit: r1900048 - /spamassassin/trunk/build/mkupdates/mkupdate-with-scores

Author: hege
Date: Wed Apr 20 03:16:17 2022
New Revision: 1900048

URL: http://svn.apache.org/viewvc?rev=1900048&view=rev
Log:
Fix make

Modified:
    spamassassin/trunk/build/mkupdates/mkupdate-with-scores

Modified: spamassassin/trunk/build/mkupdates/mkupdate-with-scores
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/mkupdates/mkupdate-with-scores?rev=1900048&r1=1900047&r2=1900048&view=diff
==============================================================================
--- spamassassin/trunk/build/mkupdates/mkupdate-with-scores (original)
+++ spamassassin/trunk/build/mkupdates/mkupdate-with-scores Wed Apr 20 03:16:17 2022
@@ -100,7 +100,6 @@ test_version() {
   # need rules directory or build won't work
   if [ ! -e rules ]; then cp -a ../trunk/rules .; fi
 
-  rm -rf $TMPDIR/release_$SA_VERSION
   perl Makefile.PL PREFIX=$TMPDIR/release_$SA_VERSION < /dev/null
   make
   make install