summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-16 18:42:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-16 18:42:45 +0200
commit15f27c48b53638abd775e5455bc1385095a214e1 (patch)
treea94b44aac69e85a96b73eecc1ef04ac94bf31548 /app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
parentapp-backup/rdiff-backup: Drop broken 1.3.3-r2 (diff)
downloadgentoo-15f27c48b53638abd775e5455bc1385095a214e1.tar.gz
gentoo-15f27c48b53638abd775e5455bc1385095a214e1.tar.bz2
gentoo-15f27c48b53638abd775e5455bc1385095a214e1.zip
app-backup/rdiff-backup: Fix DOCS, HTML_DOCS install paths
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild')
-rw-r--r--app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild b/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
index 2233c2d12fae..62b2ece86a00 100644
--- a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
+++ b/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
@@ -25,10 +25,13 @@ RDEPEND="${DEPEND}
dev-python/pyxattr[${PYTHON_USEDEP}]
"
-PATCHES=( "${FILESDIR}/${P}-librsync-1.0.0.patch" )
+PATCHES=(
+ "${FILESDIR}/${P}-librsync-1.0.0.patch"
+ "${FILESDIR}/${P}-no-docs.patch"
+)
python_install_all() {
+ local HTML_DOCS=( FAQ.html )
use examples && local EXAMPLES=( examples.html )
-
distutils-r1_python_install_all
}