CVS: moonbase/net/iproute2 BUILD,1.5,1.6

Steven Michaelske hardkrash at lunar-linux.org
Tue Dec 9 19:51:41 GMT 2003


Update of /var/cvs/lunar/moonbase/net/iproute2
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2104

Modified Files:
	BUILD 
Log Message:
Added missing && from the BUILD file, will now error out if build fails


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/iproute2/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	11 Oct 2003 22:51:47 -0000	1.5
+++ BUILD	9 Dec 2003 19:51:39 -0000	1.6
@@ -11,11 +11,11 @@
   make &&
   prepare_install &&
 
-  cp -r etc/iproute2 /etc/iproute2
-  cp tc/tc /sbin
-  cd ip
-  cp ifcfg ip routef routel rtacct rtmon rtpr /sbin
-  mkdir -p $DOCUMENT_DIRECTORY/$MODULE
+  cp -r etc/iproute2 /etc/iproute2 &&
+  cp tc/tc /sbin &&
+  cd ip &&
+  cp ifcfg ip routef routel rtacct rtmon rtpr /sbin &&
+  mkdir -p $DOCUMENT_DIRECTORY/$MODULE &&
   cp $SOURCE_CACHE/$SOURCE2 $DOCUMENT_DIRECTORY/$MODULE
 
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list