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 02:55:05 UTC

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

Author: hege
Date: Wed Apr 20 02:55:05 2022
New Revision: 1900046

URL: http://svn.apache.org/viewvc?rev=1900046&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=1900046&r1=1900045&r2=1900046&view=diff
==============================================================================
--- spamassassin/trunk/build/mkupdates/mkupdate-with-scores (original)
+++ spamassassin/trunk/build/mkupdates/mkupdate-with-scores Wed Apr 20 02:55:05 2022
@@ -135,7 +135,6 @@ make_rule_update_from_trunk() {
     svn up build
   fi
 
-  rm -rf $TMPDIR/trunk
   perl Makefile.PL PREFIX=$TMPDIR/trunk < /dev/null
   make
   make test TEST_FILES="t/basic_lint.t t/basic_lint_without_sandbox.t t/basic_meta.t"