diff options
Diffstat (limited to '')
-rw-r--r-- | sysutils/duplicity/files/patch-setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/duplicity/files/patch-setup.py b/sysutils/duplicity/files/patch-setup.py index 1c5e69fb4034..c3afeb75bc21 100644 --- a/sysutils/duplicity/files/patch-setup.py +++ b/sysutils/duplicity/files/patch-setup.py @@ -1,14 +1,14 @@ ---- setup.py.orig 2023-12-25 16:22:33 UTC +--- setup.py.orig 2024-02-06 08:04:58 UTC +++ setup.py -@@ -87,18 +87,6 @@ def get_data_files(): - "bin/duplicity.1", +@@ -99,18 +99,6 @@ def get_data_files(): + "man/duplicity.1", ], ), - ( - f"share/doc/duplicity-{Version}", - [ - "CHANGELOG.md", -- "CONTRIBUTING.md", +- "AUTHORS.md", - "COPYING", - "README.md", - "README-LOG.md", |