diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-25 21:36:59 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-25 21:36:59 +0000 |
commit | 062111985b62058eb3d26c64f205edee656eb58f (patch) | |
tree | 4c088c296cbef0bd77468a0b88c634ff6245850c /sci-biology/cutg | |
parent | Trying to fix some ppc-macos bug reported in #96819. (diff) | |
download | historical-062111985b62058eb3d26c64f205edee656eb58f.tar.gz historical-062111985b62058eb3d26c64f205edee656eb58f.tar.bz2 historical-062111985b62058eb3d26c64f205edee656eb58f.zip |
Fixed typo
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-biology/cutg')
-rw-r--r-- | sci-biology/cutg/Manifest | 2 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-147-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/cutg/Manifest b/sci-biology/cutg/Manifest index de9ef677eb4c..4427f7282982 100644 --- a/sci-biology/cutg/Manifest +++ b/sci-biology/cutg/Manifest @@ -1,5 +1,5 @@ MD5 218011b0693086b65af18f803aa313f9 cutg-146.ebuild 1169 -MD5 76196216bdb30f6ca479b1d443879df4 cutg-147-r1.ebuild 1288 +MD5 30f6e7ce50789a9091d3621b25b993ad cutg-147-r1.ebuild 1287 MD5 954d02893953b8f9c904299f892979ce cutg-145.ebuild 1169 MD5 1d04a7e8db0c98196fc181a2474ade73 cutg-147.ebuild 1173 MD5 e2383720e9d2dac2db24c426c4a29eb1 ChangeLog 2967 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 |