You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.p...

16 lines
549 B

--- duplicity-0.8.09/setup.py 2020-01-19 21:15:47.770168177 -0500
+++ duplicity-0.8.09/setup.py 2020-01-19 21:16:53.347709792 -0500
@@ -51,12 +51,6 @@
data_files = [(u'share/man/man1',
[u'bin/duplicity.1',
u'bin/rdiffdir.1']),
- (u'share/doc/duplicity-%s' % version_string,
- [u'COPYING',
- u'README',
- u'README-REPO',
- u'README-LOG',
- u'CHANGELOG']),
]
top_dir = os.path.dirname(os.path.abspath(__file__))