summaryrefslogtreecommitdiff
path: root/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.patch
blob: 2141a359b896e5d3ec807ec5a005014e22fad5b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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__))