diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-01-16 15:07:05 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-01-19 17:35:12 +0100 |
commit | 24372ea7f292da93a8da1fff33f6b4b1e98b6b1d (patch) | |
tree | 9f909019b85bb6e95f518e49d94b6db0f49f3c3a /sci-physics | |
parent | sys-cluster/nova: 16.0.4 and 15.1.0 stable amd64 and x86 with cleanup (diff) | |
download | gentoo-24372ea7f292da93a8da1fff33f6b4b1e98b6b1d.tar.gz gentoo-24372ea7f292da93a8da1fff33f6b4b1e98b6b1d.tar.bz2 gentoo-24372ea7f292da93a8da1fff33f6b4b1e98b6b1d.zip |
sci-physics/root: set PATH and ROOTPATH, bug 641422
The previous commit had a bug that overwrote the file with
PATH setting. Now both PATH and ROOTPATH are properly set.
Closes: https://bugs.gentoo.org/641422
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.12.04-r2.ebuild (renamed from sci-physics/root/root-6.12.04-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/root/root-6.12.04-r1.ebuild b/sci-physics/root/root-6.12.04-r2.ebuild index 7bb076d35565..144d2eaaf836 100644 --- a/sci-physics/root/root-6.12.04-r1.ebuild +++ b/sci-physics/root/root-6.12.04-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -299,7 +299,7 @@ src_install() { use emacs && elisp-install ${PN} "${BUILD_DIR}"/root-help.el echo "PATH=${EPREFIX}/${MY_PREFIX}/bin" > 99root || die - echo "ROOTPATH=${EPREFIX}/${MY_PREFIX}/bin" > 99root || die + echo "ROOTPATH=${EPREFIX}/${MY_PREFIX}/bin" >> 99root || die echo "LDPATH=${EPREFIX}/${MY_PREFIX}/$(get_libdir)" >> 99root || die if use pythia8; then |