#use Data::Dumper;
#die Dumper \%EximBuild::conf;
-# some basic checks
-die "$0: need read/write permissions on '$EximBuild::conf{global_lock_dir}': $!\n"
- if not -r -w $EximBuild::conf{global_lock_dir};
# Does not seem to be necessary
#die "$0: permissions on '$EximBuild::conf{build_root}' should be >= 0775\n"