Files
ports/databases/pgbarman/files/patch-setup.py
Matthew Seaman 2cc1d3ddbc Update to 2.8
Regenerate patches

ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.8/
2019-05-16 15:33:32 +00:00

18 lines
635 B
Python

--- setup.py.orig 2019-05-14 16:37:28 UTC
+++ setup.py
@@ -71,10 +71,10 @@ setup(
url='http://www.pgbarman.org/',
packages=find_packages(exclude=["tests"]),
data_files=[
- ('share/man/man1', ['doc/barman.1',
- 'doc/barman-wal-archive.1',
- 'doc/barman-wal-restore.1']),
- ('share/man/man5', ['doc/barman.5']),
+ ('man/man1', ['doc/barman.1',
+ 'doc/barman-wal-archive.1',
+ 'doc/barman-wal-restore.1']),
+ ('man/man5', ['doc/barman.5']),
],
entry_points={
'console_scripts': [