commit:     b9136d0e0a400e952faac8f93b42e8050fc502ea
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 26 12:30:40 2015 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 12:30:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9136d0e

sci-mathematics/maxima: fix prefix compilation, bug 548260

Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

Package-Manager: portage-2.2.20.1

 sci-mathematics/maxima/maxima-5.34.1.ebuild | 4 ++--
 sci-mathematics/maxima/maxima-5.36.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-mathematics/maxima/maxima-5.34.1.ebuild 
b/sci-mathematics/maxima/maxima-5.34.1.ebuild
index d683128..b679a8a 100644
--- a/sci-mathematics/maxima/maxima-5.34.1.ebuild
+++ b/sci-mathematics/maxima/maxima-5.34.1.ebuild
@@ -144,12 +144,12 @@ src_configure() {
                done
        fi
 
-       econf ${CONFS} $(use_with tk wish) --with-lispdir="${SITELISP}"/${PN}
+       econf ${CONFS} $(use_with tk wish) 
--with-lispdir="${EPREFIX}/${SITELISP}"/${PN}
 }
 
 src_install() {
        docompress -x /usr/share/info
-       emake DESTDIR="${D}" emacsdir="${SITELISP}/${PN}" install
+       emake DESTDIR="${D}" emacsdir="${EPREFIX}/${SITELISP}/${PN}" install
 
        use tk && make_desktop_entry xmaxima xmaxima \
                /usr/share/${PN}/${PV}/xmaxima/maxima-new.png \

diff --git a/sci-mathematics/maxima/maxima-5.36.1.ebuild 
b/sci-mathematics/maxima/maxima-5.36.1.ebuild
index fc3eb93..79aa856 100644
--- a/sci-mathematics/maxima/maxima-5.36.1.ebuild
+++ b/sci-mathematics/maxima/maxima-5.36.1.ebuild
@@ -144,12 +144,12 @@ src_configure() {
                done
        fi
 
-       econf ${CONFS} $(use_with tk wish) --with-lispdir="${SITELISP}"/${PN}
+       econf ${CONFS} $(use_with tk wish) 
--with-lispdir="${EPREFIX}/${SITELISP}"/${PN}
 }
 
 src_install() {
        docompress -x /usr/share/info
-       emake DESTDIR="${D}" emacsdir="${SITELISP}/${PN}" install
+       emake DESTDIR="${D}" emacsdir="${EPREFIX}/${SITELISP}/${PN}" install
 
        use tk && make_desktop_entry xmaxima xmaxima \
                /usr/share/${PN}/${PV}/xmaxima/maxima-new.png \

Reply via email to