Skip to content
Snippets Groups Projects
Commit d9d204ba authored by Rene Brun's avatar Rene Brun
Browse files

From Ivana:

Adding missing files (LICENSE, Geant4VMC.html)
in the list of files for tar command.


git-svn-id: http://root.cern.ch/svn/root/trunk@21499 27541ba8-7e3a-0410-8455-c3a389f83636
parent 1f3f2f07
No related merge requests found
......@@ -19,10 +19,10 @@ cd ../..
if [ "x$1" = "xlib" ]; then
GCC_VERS=""
MAKELIB="geant4_vmc/lib"
MAKELIB="geant4_vmc/include geant4_vmc/lib"
elif [ "x$2" = "xlib" ]; then
GCC_VERS=$1
MAKELIB="geant4_vmc/lib"
MAKELIB="geant4_vmc/include geant4_vmc/lib"
else
GCC_VERS=$1
fi
......@@ -53,8 +53,10 @@ else
EXCLUDE="--exclude .svn"
fi
$TAR $TARFILE $EXCLUDE geant4_vmc/README geant4_vmc/"history" geant4_vmc/version_number \
geant4_vmc/"include" geant4_vmc/"source" geant4_vmc/examples $MAKELIB
$TAR $TARFILE $EXCLUDE geant4_vmc/README geant4_vmc/LICENSE \
geant4_vmc/"history" geant4_vmc/Geant4VMC.html geant4_vmc/version_number \
geant4_vmc/"source" geant4_vmc/examples $MAKELIB
cd $CURDIR
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment