diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-15 14:12:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-15 14:12:09 +0000 |
commit | bc42f9792ec0eb2c26f55f3f5d8de5320de1f7d9 (patch) | |
tree | 515daa5baca47e1c016a4938ee739486aa2a1024 | |
parent | Adopt to new installation schema (diff) | |
download | gentoo-2-bc42f9792ec0eb2c26f55f3f5d8de5320de1f7d9.tar.gz gentoo-2-bc42f9792ec0eb2c26f55f3f5d8de5320de1f7d9.tar.bz2 gentoo-2-bc42f9792ec0eb2c26f55f3f5d8de5320de1f7d9.zip |
Adopt to new installation schema
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | sci-chemistry/mosflm/mosflm-7.0.6-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/mosflm/mosflm-7.0.6-r1.ebuild b/sci-chemistry/mosflm/mosflm-7.0.6-r1.ebuild index 93bf26151d72..7a694d4f376a 100644 --- a/sci-chemistry/mosflm/mosflm-7.0.6-r1.ebuild +++ b/sci-chemistry/mosflm/mosflm-7.0.6-r1.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-chemistry/mosflm/mosflm-7.0.6-r1.ebuild,v 1.2 2010/06/15 14:09:13 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mosflm/mosflm-7.0.6-r1.ebuild,v 1.3 2010/06/15 14:12:09 jlec Exp $ EAPI="3" @@ -65,6 +65,6 @@ src_compile() { src_install() { exeinto /usr/libexec/ccp4/bin/ - doexe ${PN} || die - dosym ../libexec/ccp4/bin/${PN} /usr/bin/${PN} + doexe bin/ipmosflm || die + dosym ../libexec/ccp4/bin/ip${PN} /usr/bin/ip${PN} } |