[Zope-Checkins] CVS: Zope/inst - install.py:1.1.4.2

Fred L. Drake, Jr. fred@zope.com
Fri, 14 Feb 2003 13:07:48 -0500


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv29694

Modified Files:
      Tag: new-install-branch
	install.py 
Log Message:
Remove the --copylinks option; it is no longer used, and there's no
implementation to go with it.


=== Zope/inst/install.py 1.1.4.1 => 1.1.4.2 ===
--- Zope/inst/install.py:1.1.4.1	Thu Feb 13 18:20:26 2003
+++ Zope/inst/install.py	Fri Feb 14 13:07:48 2003
@@ -134,7 +134,7 @@
     fmode   = 0644
     omitpattern = default_omitpattern
     retain_xbit = 1
-    longopts = ['copylinks', 'dirmode=', 'fmode=', 'omitpattern=', 'help',
+    longopts = ['dirmode=', 'fmode=', 'omitpattern=', 'help',
                 'copyxmode' ]
     try:
         opts, args = getopt.getopt(sys.argv[1:], 'h', longopts)