diff options
Diffstat (limited to '')
| -rw-r--r-- | databases/pgbarman/files/patch-setup.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/pgbarman/files/patch-setup.py b/databases/pgbarman/files/patch-setup.py new file mode 100644 index 000000000000..44688563e9be --- /dev/null +++ b/databases/pgbarman/files/patch-setup.py @@ -0,0 +1,13 @@ +--- setup.py.orig 2014-12-03 15:50:50 UTC ++++ setup.py +@@ -74,8 +74,8 @@ setup( + packages=['barman', ], + scripts=['bin/barman', ], + data_files=[ +- ('share/man/man1', ['doc/barman.1']), +- ('share/man/man5', ['doc/barman.5']), ++ ('man/man1', ['doc/barman.1']), ++ ('man/man5', ['doc/barman.5']), + ], + license='GPL-3.0', + description=__doc__.split("\n")[0], |
