summaryrefslogtreecommitdiff
path: root/databases/pgbarman/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pgbarman/files/patch-setup.py')
-rw-r--r--databases/pgbarman/files/patch-setup.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/pgbarman/files/patch-setup.py b/databases/pgbarman/files/patch-setup.py
index aa1ea611c1f4..6d6f3df905fa 100644
--- a/databases/pgbarman/files/patch-setup.py
+++ b/databases/pgbarman/files/patch-setup.py
@@ -1,14 +1,18 @@
---- setup.py.orig 2019-05-14 16:37:28 UTC
+--- setup.py.orig 2019-12-02 10:19:28 UTC
+++ setup.py
-@@ -71,10 +71,10 @@ setup(
+@@ -70,12 +70,12 @@ setup(
url='http://www.pgbarman.org/',
packages=find_packages(exclude=["tests"]),
data_files=[
- ('share/man/man1', ['doc/barman.1',
+- 'doc/barman-cloud-backup.1',
+- 'doc/barman-cloud-wal-archive.1',
- 'doc/barman-wal-archive.1',
- 'doc/barman-wal-restore.1']),
- ('share/man/man5', ['doc/barman.5']),
+ ('man/man1', ['doc/barman.1',
++ 'doc/barman-cloud-backup.1',
++ 'doc/barman-cloud-wal-archive.1',
+ 'doc/barman-wal-archive.1',
+ 'doc/barman-wal-restore.1']),
+ ('man/man5', ['doc/barman.5']),