Ticket #20420: patch-setup.py.diff
File patch-setup.py.diff, 408 bytes (added by edmund.kwok@…, 15 years ago) |
---|
-
setup.py
659 659 if not 'bdist_egg' in sys.argv: 660 660 # generate and install bzr.1 only with plain install, not the 661 661 # easy_install one 662 DATA_FILES = [(' man/man1', ['bzr.1'])]662 DATA_FILES = [('share/man/man1', ['bzr.1'])] 663 663 664 664 # std setup 665 665 ARGS = {'scripts': ['bzr'],