First step, migratation of jhalfs directory name to a variable; SCRIPT_ROOT
This commit is contained in:
parent
82eb8c1420
commit
190d3a267c
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue