projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added opensrf, openils, and evergreen targets to build the entire sub-project
[Evergreen.git]
/
config.sh
diff --git
a/config.sh
b/config.sh
index
7949d31
..
f9cbbbd
100755
(executable)
--- a/
config.sh
+++ b/
config.sh
@@
-72,6
+72,10
@@
function buildConfig {
read X;
if [ ! -z "$X" ]; then INCLUDEDIR="$X"; fi;
+ prompt "Config files directory [$ETCDIR] "
+ read X;
+ if [ ! -z "$X" ]; then ETCDIR="$X"; fi;
+
prompt "Temporary files directory [$TMP] "
read X;
if [ ! -z "$X" ]; then TMP="$X"; fi;