diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-05-13 10:06:31 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-05-13 10:06:31 +0000 |
commit | c6fb4562716b5786f52d051c897c88c550f04af3 (patch) | |
tree | 347423b070e8fda01202ee8d4dfaf85f8797d25e /sci-chemistry/refmac/refmac-5.5.0110.ebuild | |
parent | Version Bump (diff) | |
download | gentoo-2-c6fb4562716b5786f52d051c897c88c550f04af3.tar.gz gentoo-2-c6fb4562716b5786f52d051c897c88c550f04af3.tar.bz2 gentoo-2-c6fb4562716b5786f52d051c897c88c550f04af3.zip |
Fix for new CBIN location
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/refmac/refmac-5.5.0110.ebuild')
-rw-r--r-- | sci-chemistry/refmac/refmac-5.5.0110.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-chemistry/refmac/refmac-5.5.0110.ebuild b/sci-chemistry/refmac/refmac-5.5.0110.ebuild index 0fbf693c30d6..9f627644cfc4 100644 --- a/sci-chemistry/refmac/refmac-5.5.0110.ebuild +++ b/sci-chemistry/refmac/refmac-5.5.0110.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/refmac/refmac-5.5.0110.ebuild,v 1.1 2010/05/13 09:59:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110.ebuild,v 1.2 2010/05/13 10:06:31 jlec Exp $ EAPI="2" @@ -60,7 +60,9 @@ src_test() { src_install() { for i in refmac libcheck makecif; do - dobin ${i} || die + exeinto /usr/libexec/ccp4/bin/ + doexe ${i} || die + dosym ../libexec/ccp4/bin/${i} /usr/bin/${i} done dosym refmac /usr/bin/refmac5 || die dodoc refmac_keywords.pdf bugs_and_features.pdf || die |