diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2008-06-22 21:36:14 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2008-06-22 21:36:14 +0000 |
commit | 47083abbdac5b895b3f7465b1003835c7522d0fe (patch) | |
tree | acd1cdefbb90711e9d66cee05e430445b9a399c9 /sci-biology/qrna/qrna-2.0.3c.ebuild | |
parent | old (diff) | |
download | gentoo-2-47083abbdac5b895b3f7465b1003835c7522d0fe.tar.gz gentoo-2-47083abbdac5b895b3f7465b1003835c7522d0fe.tar.bz2 gentoo-2-47083abbdac5b895b3f7465b1003835c7522d0fe.zip |
Do not install shuffle. We use the one from hmmer.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
Diffstat (limited to 'sci-biology/qrna/qrna-2.0.3c.ebuild')
-rw-r--r-- | sci-biology/qrna/qrna-2.0.3c.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/qrna/qrna-2.0.3c.ebuild b/sci-biology/qrna/qrna-2.0.3c.ebuild index 5a8db6f36c96..c5047975f4a9 100644 --- a/sci-biology/qrna/qrna-2.0.3c.ebuild +++ b/sci-biology/qrna/qrna-2.0.3c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/qrna-2.0.3c.ebuild,v 1.10 2008/06/22 19:30:32 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/qrna-2.0.3c.ebuild,v 1.11 2008/06/22 21:36:14 je_fro Exp $ inherit toolchain-funcs @@ -30,7 +30,7 @@ src_compile () { src_install () { cd "${S}"/src - dobin cfgbuild eqrna eqrna_sample main rnamat_main shuffle || die + dobin cfgbuild eqrna eqrna_sample main rnamat_main || die cd "${S}" dobin scripts/* || die |