From 86aa7e1525d061f6933a8a59ec1cd8b278c69e59 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Fri, 13 Sep 2013 21:10:11 +0300 Subject: [PATCH] setup.py man instal Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py index a21ebe8..8a9a501 100755 --- a/setup.py +++ b/setup.py @@ -762,7 +762,7 @@ def build_executable(self, *args, **kwargs): if not 'bdist_egg' in sys.argv: # generate and install bzr.1 only with plain install, not the # easy_install one - DATA_FILES = [('man/man1', ['bzr.1'])] + DATA_FILES = [('share/man/man1', ['bzr.1'])] DATA_FILES = DATA_FILES + I18N_FILES # std setup