[Lunar-commits] r26497 - moonbase/trunk/perl/SVK
Dave Brown
dagbrown at lunar-linux.org
Tue Oct 30 04:55:32 CET 2007
Author: dagbrown
Date: 2007-10-30 04:55:32 +0100 (Tue, 30 Oct 2007)
New Revision: 26497
Modified:
moonbase/trunk/perl/SVK/PRE_BUILD
Log:
After thinking about it, I decided that the && really is relevant.
Modified: moonbase/trunk/perl/SVK/PRE_BUILD
===================================================================
--- moonbase/trunk/perl/SVK/PRE_BUILD 2007-10-30 03:50:38 UTC (rev 26496)
+++ moonbase/trunk/perl/SVK/PRE_BUILD 2007-10-30 03:55:32 UTC (rev 26497)
@@ -1,4 +1,4 @@
# check to see if subversion has actually been built with Perl bindings, and
# rebuild it if it hasn't.
-perl -MSVN::Core -e 1 > /dev/null 2>&1 || lin subversion
+perl -MSVN::Core -e 1 > /dev/null 2>&1 || lin subversion &&
default_pre_build
More information about the Lunar-commits
mailing list