blob: a4768621e878b84b1505682637fe7d54c629ce76 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
 | --- Configure.sh.orig	Tue Nov 20 05:00:25 2001
+++ Configure.sh	Fri Dec 28 19:11:50 2001
@@ -515,7 +515,7 @@
 BuildBootFlg="No"
 BuildHostType=""
 BuildBuildType="PROD"
-MasterSourceDir="`pwd`/refDatabases"
+MasterSourceDir="$REFDBPATH"
 BuildIOsize=32
 
 export BuildHostType
 |