diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-05-14 10:39:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-05-14 10:49:25 +0200 |
commit | afde8c001b58c726e92be3cf7b08317969afbcaf (patch) | |
tree | eab7ad30944c648f2c75b1a1f09c0a45537aeef2 /dev-python | |
parent | dev-java/piccolo2d: INSDESTTREE -> docinto, #582974 (diff) | |
download | gentoo-afde8c001b58c726e92be3cf7b08317969afbcaf.tar.gz gentoo-afde8c001b58c726e92be3cf7b08317969afbcaf.tar.bz2 gentoo-afde8c001b58c726e92be3cf7b08317969afbcaf.zip |
dev-python/psycopg: Replace INSDESTTREE with explicit path, #582976
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/psycopg/psycopg-1.1.21-r1.ebuild | 7 |
1 files 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 423a63ae0f2b..d4fd88fd9caf 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 } |