public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/hevea/
Date: Fri, 16 Jul 2021 05:34:06 +0000 (UTC)	[thread overview]
Message-ID: <1626413577.4c2e497818ff9f95505156d1daf124e46a9c0992.sam@gentoo> (raw)

commit:     4c2e497818ff9f95505156d1daf124e46a9c0992
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 05:32:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 05:32:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2e4978

dev-tex/hevea: fix prefix installation

Closes: https://bugs.gentoo.org/789378
Thanks-to: Steven Trogdon <strogdon <AT> d.umn.edu>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/hevea/hevea-2.35-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-tex/hevea/hevea-2.35-r1.ebuild b/dev-tex/hevea/hevea-2.35-r1.ebuild
index 959e1a3b2be..c28376ef9d8 100644
--- a/dev-tex/hevea/hevea-2.35-r1.ebuild
+++ b/dev-tex/hevea/hevea-2.35-r1.ebuild
@@ -30,20 +30,20 @@ QA_FLAGS_IGNORED=(
 src_compile() {
 	rm -f config.sh || die
 
-	emake PREFIX="${EPREFIX}"/usr DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/hevea" LATEXLIBDIR="/usr/share/texmf-site/tex/latex/hevea" config.sh
+	emake PREFIX=/usr DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/hevea" LATEXLIBDIR="/usr/share/texmf-site/tex/latex/hevea" config.sh
 
 	if use ocamlopt; then
-		emake PREFIX="${EPREFIX}"/usr
+		emake PREFIX=/usr
 	else
-		emake PREFIX="${EPREFIX}"/usr TARGET=byte
+		emake PREFIX=/usr TARGET=byte
 	fi
 }
 
 src_install() {
 	if use ocamlopt; then
-		emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
+		emake DESTDIR="${ED}" PREFIX=/usr install
 	else
-		emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr TARGET=byte install
+		emake DESTDIR="${ED}" PREFIX=/usr TARGET=byte install
 	fi
 
 	dodoc README CHANGES


             reply	other threads:[~2021-07-16  5:34 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-16  5:34 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-19 14:12 [gentoo-commits] repo/gentoo:master commit in: dev-tex/hevea/ Florian Schmaus
2024-03-18 13:43 Florian Schmaus
2021-05-13 16:12 Ulrich Müller
2021-02-21  0:46 Sam James
2021-02-19  2:41 Sam James
2021-02-18  8:28 Sam James
2021-02-17  3:56 Sam James
2021-02-10 16:33 Sam James
2021-01-16 21:12 Sam James
2021-01-16 21:12 Sam James
2020-12-20 19:28 Sam James
2020-12-20 19:07 Thomas Deutschmann
2020-12-17 16:41 Agostino Sarubbo
2020-12-17  7:51 Sam James
2017-10-18 10:06 Alexis Ballier
2017-07-29 10:06 Alexis Ballier
2017-06-26 19:05 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-02-24 14:25 Alexis Ballier
2017-02-17 10:56 Agostino Sarubbo
2017-02-16 13:25 Agostino Sarubbo
2016-08-03 10:25 Alexis Ballier
2016-07-22  9:15 Alexis Ballier
2016-07-22  9:15 Alexis Ballier
2016-01-07  7:49 Alexis Ballier
2015-12-11 11:28 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1626413577.4c2e497818ff9f95505156d1daf124e46a9c0992.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox