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/06/30 02:50:34 UTC

svn commit: r202458 - /spamassassin/trunk/build/update_devel

Author: jm
Date: Wed Jun 29 17:50:33 2005
New Revision: 202458

URL: http://svn.apache.org/viewcvs?rev=202458&view=rev
Log:
great, minotaur doesn't support tar -W switch anymore it seems.  remove it so we can build

Modified:
    spamassassin/trunk/build/update_devel

Modified: spamassassin/trunk/build/update_devel
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/build/update_devel?rev=202458&r1=202457&r2=202458&view=diff
==============================================================================
--- spamassassin/trunk/build/update_devel (original)
+++ spamassassin/trunk/build/update_devel Wed Jun 29 17:50:33 2005
@@ -49,7 +49,7 @@
 rm -f $DISTVNAME.*
 
 make distdir || exit $?
-tar -cWvf   $DISTVNAME.tar $DISTDNAME         || exit $?
+tar -cvf   $DISTVNAME.tar $DISTDNAME         || exit $?
 
 gzip  -f9vc $DISTVNAME.tar > $DISTVNAME.tar.gz  || exit $?
 bzip2 -f9vc $DISTVNAME.tar > $DISTVNAME.tar.bz2 || exit $?