mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
18 lines
495 B
Plaintext
18 lines
495 B
Plaintext
|
--- 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
|