git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3da3e7d
)
mkdir $STAGEDIR at the beginning
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Mon, 12 Jun 2006 11:58:03 +0000
(11:58 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Mon, 12 Jun 2006 11:58:03 +0000
(11:58 +0000)
org.glite.lb/lb4vdt/LB_install.sh
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/lb4vdt/LB_install.sh
b/org.glite.lb/lb4vdt/LB_install.sh
index
01e6437
..
93924c9
100755
(executable)
--- 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."