commit:     6a5c3a9302f84e7c243da951dce272c1019cb742
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Jan 19 15:55:30 2018 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Jan 19 15:55:30 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6a5c3a93

sci-biology/vague-bin: respect EPREFIX

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-biology/vague-bin/vague-bin-1.0.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-biology/vague-bin/vague-bin-1.0.5.ebuild 
b/sci-biology/vague-bin/vague-bin-1.0.5.ebuild
index 6c72d6ee4..bbb594948 100644
--- a/sci-biology/vague-bin/vague-bin-1.0.5.ebuild
+++ b/sci-biology/vague-bin/vague-bin-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -31,6 +31,7 @@ S="${WORKDIR}"/vague-${PV}
 
 src_prepare(){
        epatch "${FILESDIR}"/vague.patch
+       sed -e "s#-jar /usr/share#-jar ${EPREFIX}/usr/share#" -i vague || die
 }
 
 src_install(){

Reply via email to