From a8630b017e6b600dbf7bbc3ee5c921ba35801db1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Fri, 21 Apr 2006 15:44:11 +0000 Subject: [PATCH] dir changed --- org.glite.lb/lb4vdt/LB_install.sh | 4 ++-- org.glite.lb/lb4vdt/scripts/org.gridsite.core.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.glite.lb/lb4vdt/LB_install.sh b/org.glite.lb/lb4vdt/LB_install.sh index 205b1f0..7cd1139 100755 --- a/org.glite.lb/lb4vdt/LB_install.sh +++ b/org.glite.lb/lb4vdt/LB_install.sh @@ -4,7 +4,8 @@ set -e #OFFLINE=true TOPDIR=${PWD} -LB4VDTDIR=${TOPDIR}/org.glite.lb/project/lb4vdt + +export LB4VDTDIR=${TOPDIR}/org.glite.lb/lb4vdt export STAGEDIR=${TOPDIR}/stage if [ ! -f ${LB4VDTDIR}/Makefile.inc ]; then @@ -12,7 +13,6 @@ if [ ! -f ${LB4VDTDIR}/Makefile.inc ]; then exit 1 fi - export CVSROOT=:pserver:anonymous@jra1mw.cvs.cern.ch:/cvs/jra1mw #export CVSROOT=:ext:jpospi@jra1mw.cvs.cern.ch:/cvs/jra1mw diff --git a/org.glite.lb/lb4vdt/scripts/org.gridsite.core.build b/org.glite.lb/lb4vdt/scripts/org.gridsite.core.build index 7a79eef..060ada5 100644 --- a/org.glite.lb/lb4vdt/scripts/org.gridsite.core.build +++ b/org.glite.lb/lb4vdt/scripts/org.gridsite.core.build @@ -3,7 +3,7 @@ set -e TOPDIR=${PWD} -source ./Makefile.inc +source ${LB4VDTDIR}/Makefile.inc cd org.gridsite.core/src make build OPENSSL_FLAGS=-I${globus_prefix}/include/gcc32 OPENSSL_LIBS=-L${globus_prefix}/lib FLAVOR_EXT=_gcc32 make install prefix=${STAGEDIR} -- 1.8.2.3