diff options
Diffstat (limited to 'app-backup/duplicity/files/duplicity-3.0.0-fix-docs-cmd.patch')
-rw-r--r-- | app-backup/duplicity/files/duplicity-3.0.0-fix-docs-cmd.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-backup/duplicity/files/duplicity-3.0.0-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-3.0.0-fix-docs-cmd.patch new file mode 100644 index 000000000000..c076be513ca1 --- /dev/null +++ b/app-backup/duplicity/files/duplicity-3.0.0-fix-docs-cmd.patch @@ -0,0 +1,23 @@ +diff --git a/setup.py.orig b/setup.py +index 18c1249..cd59517 100755 +--- a/setup.py.orig ++++ b/setup.py +@@ -113,18 +113,6 @@ def get_data_files(): + "man/duplicity.1", + ], + ), +- ( +- f"share/doc/duplicity-{Version}", +- [ +- "CHANGELOG.md", +- "AUTHORS.md", +- "COPYING", +- "README.md", +- "README-LOG.md", +- "README-REPO.md", +- "README-TESTING.md", +- ], +- ), + ] + + # short circuit fot READTHEDOCS |