summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Solano Gómez <gentoo@sattvik.com>2020-05-03 18:49:02 -0500
committerDaniel Solano Gómez <gentoo@sattvik.com>2020-05-03 18:49:02 -0500
commit88275bf9f0dcd18e24acb10e0912f033cdd9c0cc (patch)
tree33d7f9dd47e32140844dade94f08f7acd16dedb8 /app-backup
parentBump duplicity version (diff)
downloadsattvik-88275bf9f0dcd18e24acb10e0912f033cdd9c0cc.tar.gz
sattvik-88275bf9f0dcd18e24acb10e0912f033cdd9c0cc.tar.bz2
sattvik-88275bf9f0dcd18e24acb10e0912f033cdd9c0cc.zip
Add missing patch
Signed-off-by: Daniel Solano <gentoo@sattvik.com>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch
new file mode 100644
index 0000000..0cd64d6
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch
@@ -0,0 +1,21 @@
+--- duplicity-0.8.12.1612/setup.py 2020-03-05 09:18:42.532941503 -0500
++++ duplicity-0.8.12.1612/setup.py 2020-03-05 09:20:10.612061492 -0500
+@@ -88,18 +88,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+- (u'share/doc/duplicity-%s' % version_string,
+- [
+- u'AUTHORS',
+- u'CHANGELOG',
+- u'Changelog.GNU',
+- u'COPYING',
+- u'README',
+- u'README-LOG',
+- u'README-REPO',
+- u'README-TESTING',
+- ],
+- ),
+ ]
+
+ if not os.environ.get(u'READTHEDOCS') == u'True':