Ticket #20420: patch-setup.py.diff

File patch-setup.py.diff, 408 bytes (added by edmund.kwok@…, 15 years ago)

Updated setup.py patch

  • setup.py

     
    659659    if not 'bdist_egg' in sys.argv:
    660660        # generate and install bzr.1 only with plain install, not the
    661661        # easy_install one
    662         DATA_FILES = [('man/man1', ['bzr.1'])]
     662        DATA_FILES = [('share/man/man1', ['bzr.1'])]
    663663
    664664    # std setup
    665665    ARGS = {'scripts': ['bzr'],