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 2005/10/19 03:41:00 UTC

svn commit: r326318 - /spamassassin/trunk/build/automc/run_preflight

Author: jm
Date: Tue Oct 18 18:38:48 2005
New Revision: 326318

URL: http://svn.apache.org/viewcvs?rev=326318&view=rev
Log:
oops

Modified:
    spamassassin/trunk/build/automc/run_preflight

Modified: spamassassin/trunk/build/automc/run_preflight
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/build/automc/run_preflight?rev=326318&r1=326317&r2=326318&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/run_preflight (original)
+++ spamassassin/trunk/build/automc/run_preflight Tue Oct 18 18:38:48 2005
@@ -4,7 +4,7 @@
 sub run;
 
 # build, as necessary
-
+run "perl Makefile.PL < /dev/null";
 run "make";
 
 chdir "masses" or die;