Sophie

Sophie

distrib > Mageia > cauldron > i586 > media > core-release-src > by-pkgid > 6f75451e6a0ffd5df5c9cbd29efd43ec > files > 2

breezy-3.3.7-2.mga10.src.rpm

diff --git a/setup.py b/setup.py
index 6a12036..4e0b9c1 100755
--- a/setup.py
+++ b/setup.py
@@ -209,7 +209,7 @@ if ('bdist_egg' not in sys.argv and 'bdist_wheel' not in sys.argv
     # generate and install brz.1 only with plain install, not the
     # easy_install one
     build.sub_commands.append(('build_man', lambda _: True))
-    DATA_FILES = [('man/man1', ['brz.1', 'breezy/git/git-remote-bzr.1'])]
+    DATA_FILES = [('share/man/man1', ['brz.1', 'breezy/git/git-remote-bzr.1'])]
 
 import site