summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-09-21 19:23:44 +0000
committerJustin Lecher <jlec@gentoo.org>2010-09-21 19:23:44 +0000
commitc4459ab7de288d40f01074dc10184686e2399975 (patch)
tree6157aed49ecad5cf47275356694f81bee89ab2e5 /sci-libs/ccpn-data
parentKeyworded for ~-linux, corrected SRC_URI (diff)
downloadgentoo-2-c4459ab7de288d40f01074dc10184686e2399975.tar.gz
gentoo-2-c4459ab7de288d40f01074dc10184686e2399975.tar.bz2
gentoo-2-c4459ab7de288d40f01074dc10184686e2399975.zip
No do* with EPREFIX, or the otherway round
(Portage version: 2.2_rc85/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/ccpn-data')
-rw-r--r--sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild b/sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild
index d7f1016a6597..3bd45f6adc64 100644
--- a/sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild
+++ b/sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild,v 1.2 2010/09/21 19:22:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild,v 1.3 2010/09/21 19:23:44 jlec Exp $
EAPI="3"
@@ -25,7 +25,7 @@ RESTRICT="binchecks strip"
S="${WORKDIR}"/ccpnmr/ccpnmr2.1
src_install() {
- dodir "${EPREFIX}"/usr/share/doc/${PF}/html
+ dodir /usr/share/doc/${PF}/html
sed \
-e "s:../ccpnmr2.1:${EPREFIX}/usr/share/doc/${PF}/html:g" \
../doc/index.html > "${ED}"/usr/share/doc/${PF}/html/index.html || die