Author: cmpilato
Date: Wed Feb 15 07:09:57 2006
New Revision: 1262
Modified:
trunk/viewcvs-install
Log:
* viewcvs-install
(InstallFile): Whitespace tweak.
(install_tree): Tweak text of installer prompts to assist folks with
the somewhat obscure idea of DESTDIR.
Modified: trunk/viewcvs-install
Url:
http://viewvc.tigris.org/source/browse/viewvc/trunk/viewcvs-install?view=diff&rev=1262&p1=trunk/viewcvs-install&r1=1261&p2=trunk/viewcvs-install&r2=1262
==============================================================================
--- trunk/viewcvs-install (original)
+++ trunk/viewcvs-install Wed Feb 15 07:09:57 2006
@@ -145,7 +145,7 @@
if prompt_replace and os.path.exists(DESTDIR + dest_path):
# Collect ndiff output from ndiff
sys.stdout = StringIO.StringIO()
- compat_ndiff.main([DESTDIR + dest_path,src_path])
+ compat_ndiff.main([DESTDIR + dest_path, src_path])
ndiff_output = sys.stdout.getvalue()
# Return everything to normal
@@ -302,7 +302,7 @@
default = os.path.join(pf, "viewvc-" + version)
else:
default = "/usr/local/viewvc-" + version
- temp = string.strip(raw_input("Installation Path [%s]: " % default))
+ temp = string.strip(raw_input("Installation path [%s]: " % default))
print
if len(temp):
ROOT_DIR = temp
@@ -312,7 +312,9 @@
## prompt for DESTDIR if none provided
if DESTDIR is None:
default = ''
- temp = string.strip(raw_input("DESTDIR Path [%s]: " % default))
+ temp = string.strip(raw_input(
+ "DESTDIR path (generally, only package maintainers will need "
+ "to change\nthis) [%s]: " % default))
print
if len(temp):
DESTDIR = temp
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|