summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-06-25 21:36:59 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-06-25 21:36:59 +0000
commitd92086db2c44462c60b68a05db1186e2d7d754bc (patch)
tree06b675a872b6513d35754a4607259bfaf6b036ae /sci-biology
parentTrying to fix some ppc-macos bug reported in #96819. (diff)
downloadgentoo-2-d92086db2c44462c60b68a05db1186e2d7d754bc.tar.gz
gentoo-2-d92086db2c44462c60b68a05db1186e2d7d754bc.tar.bz2
gentoo-2-d92086db2c44462c60b68a05db1186e2d7d754bc.zip
Fixed typo
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/cutg/cutg-147-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/cutg/cutg-147-r1.ebuild b/sci-biology/cutg/cutg-147-r1.ebuild
index 7597288688a0..28de1b9a4f21 100644
--- a/sci-biology/cutg/cutg-147-r1.ebuild
+++ b/sci-biology/cutg/cutg-147-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-147-r1.ebuild,v 1.1 2005/06/25 21:32:58 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-147-r1.ebuild,v 1.2 2005/06/25 21:36:59 ribosome Exp $
DESCRIPTION="Codon usage tables calculated from GenBank"
HOMEPAGE="http://www.kazusa.or.jp/codon/"
@@ -30,7 +30,7 @@ src_compile() {
src_install() {
if ! use minimal; then
- mkdir -p ${D}/usr/share/${PN}
+ mkdir -p ${D}usr/share/${PN}
mv *.codon *.spsum ${D}usr/share/${PN} || die \
"Installing raw CUTG database failed."
fi