Print

Print


Commit in SimDist/scripts on MAIN
install-libs.sh.in+2-31.2 -> 1.3

SimDist/scripts
install-libs.sh.in 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- install-libs.sh.in	30 Jun 2011 00:37:00 -0000	1.2
+++ install-libs.sh.in	11 Jan 2012 21:57:15 -0000	1.3
@@ -66,8 +66,7 @@
 echo "Copying shared libraries to $COPY_DIR ..."
 
 # Copy libs using wildcard pattern (good enough).
-cp ${CLHEP_LIB_DIR}/*.so* ${G4_LIB_DIR}/*.so* ${GDML_LIB_DIR}/*.so* ${XERCES_LIB_DIR}/*.so* ${LCIO_LIB_DIR}/*.so* ${LCDD_LIB_DIR}/*.so* ${HEPPDT_LIB_DIR}/*.so* ${HEPPID_LIB_DIR}/*.so* ${SLIC_LIB_DIR}/*.so* ${COPY_DIR}
+cp ${CLHEP_LIB_DIR}/*.so* ${G4_LIB_DIR}/*.so* ${GDML_LIB_DIR}/*.so* ${XERCES_LIB_DIR}/*.so* ${LCIO_LIB_DIR}/*.so* ${LCDD_LIB_DIR}/*.so* ${HEPPDT_LIB_DIR}/*.so* ${HEPPID_LIB_DIR}/*.so* ${SLIC_LIB_DIR}/*.so* ${COPY_DIR} &> /dev/null
 
 # Print list of libs in copy dir.
-echo "$COPY_DIR now contains these shared libraries ..."
-ls $COPY_DIR/*.so*
+ls -w 1 $COPY_DIR/*.so*
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1