175 |
|
# Site Localization |
176 |
|
|
177 |
|
# Path to the configuration file - at some point, make this an argument to the configure script |
178 |
+ |
set LOCALIZATIONDIR = "" |
179 |
|
set conflocal = "config.local" |
180 |
< |
set LOCALIZATIONDIR = `perl -n -e 'if ($_ =~ /^LOCALIZATIONDIR\s+(.+)/) { print $1; }' $conflocal` |
180 |
> |
|
181 |
> |
if (-e $conflocal) then |
182 |
> |
set LOCALIZATIONDIR = `perl -n -e 'if ($_ =~ /^LOCALIZATIONDIR\s+(.+)/) { print $1; }' $conflocal` |
183 |
> |
endif |
184 |
|
|
185 |
|
if ($LOCALIZATIONDIR == "") then |
186 |
|
set LOCALIZATIONDIR = ${PWD}/localization |