From 190d3a267caf174ffa534a3da155542e013d9d78 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Thu, 1 Jun 2006 19:17:52 +0000 Subject: [PATCH] First step, migratation of jhalfs directory name to a variable; SCRIPT_ROOT --- common/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/config b/common/config index e0f18ea..53409b8 100644 --- a/common/config +++ b/common/config @@ -88,7 +88,8 @@ RUN_FARCE=0 # Don't edit it unless you know what you are doing #--- Working directories -JHALFSDIR=$BUILDDIR/jhalfs +SCRIPT_ROOT=jhalfs +JHALFSDIR=$BUILDDIR/$SCRIPT_ROOT LOGDIR=$JHALFSDIR/logs #--- File listing package contents (from where package sources dir is extracted)