commit: afde8c001b58c726e92be3cf7b08317969afbcaf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 08:39:46 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 14 08:49:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afde8c00
dev-python/psycopg: Replace INSDESTTREE with explicit path, #582976
dev-python/psycopg/psycopg-1.1.21-r1.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/psycopg/psycopg-1.1.21-r1.ebuild
b/dev-python/psycopg/psycopg-1.1.21-r1.ebuild
index 423a63a..d4fd88f 100644
--- a/dev-python/psycopg/psycopg-1.1.21-r1.ebuild
+++ b/dev-python/psycopg/psycopg-1.1.21-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -66,8 +66,7 @@ src_install () {
dodoc RELEASE-1.0 SUCCESS doc/python-taylor.txt
if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r doc/examples/.
- docompress -x "${INSDESTTREE}"
+ dodoc -r doc/examples
+ docompress -x /usr/share/doc/${PF}/examples
fi
}