aboutsummaryrefslogtreecommitdiff
path: root/devel/viewvc/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/viewvc/files/patch-aa')
-rw-r--r--devel/viewvc/files/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/viewvc/files/patch-aa b/devel/viewvc/files/patch-aa
new file mode 100644
index 000000000000..9a7770ced514
--- /dev/null
+++ b/devel/viewvc/files/patch-aa
@@ -0,0 +1,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