commit: 1219b4dd29cdb183677c9e15a8d766a383f80770
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 08:15:50 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 08:15:50 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1219b4dd
sci-chemistry/ambertools: Fix symlinken in bin dir
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
.../{ambertools-12_p38.ebuild => ambertools-12_p38-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-chemistry/ambertools/ambertools-12_p38.ebuild
b/sci-chemistry/ambertools/ambertools-12_p38-r1.ebuild
similarity index 97%
rename from sci-chemistry/ambertools/ambertools-12_p38.ebuild
rename to sci-chemistry/ambertools/ambertools-12_p38-r1.ebuild
index 1c907c4..e6beea2 100644
--- a/sci-chemistry/ambertools/ambertools-12_p38.ebuild
+++ b/sci-chemistry/ambertools/ambertools-12_p38-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -144,8 +144,8 @@ src_install() {
# Make symlinks untill binpath for amber will be fixed
dodir /usr/share/${PN}/bin
cd "${ED}/usr/bin" || die
- for x in *
- do dosym /usr/bin/${x} ../share/${PN}/bin/${x}
+ for x in *; do
+ dosym ../../../bin/${x} /usr/share/${PN}/bin/${x}
done
cd "${S}" || die