CVS: moonbase/kde3/qt3 BUILD,1.5,1.6

hardkrash at lunar-linux.org hardkrash at lunar-linux.org
Mon Sep 1 21:50:31 GMT 2003


Update of /var/cvs/lunar/moonbase/kde3/qt3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2550

Modified Files:
	BUILD 
Log Message:
Corrected && so that a failed build will fail. :-P


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/qt3/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	28 Jan 2003 03:13:35 -0000	1.5
+++ BUILD	1 Sep 2003 21:50:28 -0000	1.6
@@ -24,13 +24,13 @@
   sedit 's:strip "$(INSTALL_ROOT)/opt/lunar/qt/3/doc/html/"::'  src/Makefile &&
 
   case  $SAMPCOMP  in
-    y|Y|j|J) 
-      make                 
+    y|Y|j|J)
+      make
       ;;
     *)
-      make  symlinks sub-src sub-tools       
+      make  symlinks sub-src sub-tools
       ;;
-  esac
+  esac                     &&
 
   prepare_install          &&
   make  install            &&
@@ -38,12 +38,12 @@
   case  $SAMPIN  in
     y|Y|j|J)
       mv examples  /opt/lunar/qt/3  &&
-      mv tutorial  /opt/lunar/qt/3  
+      mv tutorial  /opt/lunar/qt/3
       ;;
-  esac
+  esac                     &&
 
   if ! grep -q "/opt/lunar/qt/3/lib" /etc/ld.so.conf; then
-    echo "/opt/lunar/qt/3/lib" >> /etc/ld.so.conf  
+    echo "/opt/lunar/qt/3/lib" >> /etc/ld.so.conf
   fi
 
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list