mkdir $STAGEDIR at the beginning
authorJan Pospíšil <honik@ntc.zcu.cz>
Mon, 12 Jun 2006 11:58:03 +0000 (11:58 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Mon, 12 Jun 2006 11:58:03 +0000 (11:58 +0000)
org.glite.lb/lb4vdt/LB_install.sh

index 01e6437..93924c9 100755 (executable)
@@ -7,6 +7,7 @@ TOPDIR=${PWD}
 
 export LB4VDTDIR=${TOPDIR}/org.glite.lb/lb4vdt
 export STAGEDIR=${TOPDIR}/stage
+mkdir -p ${STAGEDIR}
 
 if [ ! -f ${LB4VDTDIR}/Makefile.inc ]; then
    echo "Error: There is no ${LB4VDTDIR}/Makefile.inc. Exiting."