summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Lipelis <aeoo@gentoo.org>2002-01-30 00:23:47 +0000
committerLeo Lipelis <aeoo@gentoo.org>2002-01-30 00:23:47 +0000
commit9a9aa40b98aa717f09d157156c9909a2d5611b9d (patch)
treec577b871d257ec06aca41e0ac6aa7c668678e775 /dev-python/psycopg
parenttemporarily disable spinlocks, always use pam. (diff)
downloadhistorical-9a9aa40b98aa717f09d157156c9909a2d5611b9d.tar.gz
historical-9a9aa40b98aa717f09d157156c9909a2d5611b9d.tar.bz2
historical-9a9aa40b98aa717f09d157156c9909a2d5611b9d.zip
fix ${P} to ${PF} for /usr/share/doc/${PF} dir
Diffstat (limited to 'dev-python/psycopg')
-rw-r--r--dev-python/psycopg/psycopg-1.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/psycopg/psycopg-1.0.1.ebuild b/dev-python/psycopg/psycopg-1.0.1.ebuild
index e73c5f1d01f1..793fb4016ec2 100644
--- a/dev-python/psycopg/psycopg-1.0.1.ebuild
+++ b/dev-python/psycopg/psycopg-1.0.1.ebuild
@@ -35,7 +35,7 @@ src_install () {
-e 's:\(echo " install -m 555 $$mod \)\($(PY_MOD_DIR)\)\("; \\\):\1${D}\2/$$mod\3:' \
-e 's:\($(INSTALL) -m 555 $$mod \)\($(PY_MOD_DIR)\)\(; \\\):\1${D}\2/$$mod\3:' > Makefile
make install || die
- dodir /usr/share/doc/${P}
- cp -r doc ${D}/usr/share/doc/${P}
+ dodir /usr/share/doc/${PF}
+ cp -r doc ${D}/usr/share/doc/${PF}
dodoc AUTHORS ChangeLog COPYING CREDITS INSTALL README NEWS RELEASE-1.0 SUCCESS TODO
}