From 3dbdc7a15627aed32863b31a4b0b1665a466b6a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Mon, 12 Jun 2006 11:58:03 +0000 Subject: [PATCH] mkdir $STAGEDIR at the beginning --- org.glite.lb/lb4vdt/LB_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb/lb4vdt/LB_install.sh b/org.glite.lb/lb4vdt/LB_install.sh index 01e6437..93924c9 100755 --- a/org.glite.lb/lb4vdt/LB_install.sh +++ b/org.glite.lb/lb4vdt/LB_install.sh @@ -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." -- 1.8.2.3