blob: 9a7770ced514c2fa476a5cc6e74076041c2b62dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- viewcvs-install Fri May 12 06:26:11 2000
+++ viewcvs-install.new Sun Jul 2 19:59:28 2000
@@ -159,10 +159,10 @@
print INFO_TEXT
## get the install path
- temp = raw_input("Installation Path [%s]: " % ROOT_DIR)
- temp = string.strip(temp)
- if len(temp):
- ROOT_DIR = temp
+ #temp = raw_input("Installation Path [%s]: " % ROOT_DIR)
+ #temp = string.strip(temp)
+ #if len(temp):
+ # ROOT_DIR = temp
## install the files
print
|