summaryrefslogtreecommitdiff
path: root/sci-mathematics
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2015-08-26 14:30:40 +0200
committerGuilherme Amadio <amadio@gentoo.org>2015-08-26 14:30:40 +0200
commitb9136d0e0a400e952faac8f93b42e8050fc502ea (patch)
treeedd1714945569e56b4191cac36f7d9b9ea3d9b6f /sci-mathematics
parentd1e9815944711d01c6d1598cf23f14be9edc22d9 (diff)
downloadgentoo-b9136d0e0a400e952faac8f93b42e8050fc502ea.tar.gz
gentoo-b9136d0e0a400e952faac8f93b42e8050fc502ea.tar.xz
sci-mathematics/maxima: fix prefix compilation, bug 548260
Signed-off-by: Guilherme Amadio <amadio@gentoo.org> Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/maxima/maxima-5.34.1.ebuild4
-rw-r--r--sci-mathematics/maxima/maxima-5.36.1.ebuild4
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 d683128e5d6..b679a8acebf 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 fc3eb937a24..79aa856f0b7 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 \