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