projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46e0768
)
dev-python/psycopg: Replace INSDESTTREE with explicit path, #582976
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 May 2016 08:39:46 +0000
(10:39 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 14 May 2016 08:49:25 +0000
(10:49 +0200)
dev-python/psycopg/psycopg-1.1.21-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/psycopg/psycopg-1.1.21-r1.ebuild
b/dev-python/psycopg/psycopg-1.1.21-r1.ebuild
index 423a63ae0f2bc0bfe55d52495c58993c242682b7..d4fd88fd9caf402bcf15d8bd2aafb83ff03c5636 100644
(file)
--- 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-201
5
Gentoo Foundation
+# Copyright 1999-201
6
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
}