public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/openrefine/
Date: Thu, 15 Feb 2024 14:58:25 +0000 (UTC)	[thread overview]
Message-ID: <1707957198.23960af27ad9f4c10d886d38e85eeb686d4bf1f7.davidroman@gentoo> (raw)

commit:     23960af27ad9f4c10d886d38e85eeb686d4bf1f7
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Feb 15 00:33:18 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Feb 15 00:33:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23960af2

gui-apps/openrefine: use variable instead of hardcode

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 gui-apps/openrefine/openrefine-3.7.9.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gui-apps/openrefine/openrefine-3.7.9.ebuild b/gui-apps/openrefine/openrefine-3.7.9.ebuild
index afabfca9b9..c60b442528 100644
--- a/gui-apps/openrefine/openrefine-3.7.9.ebuild
+++ b/gui-apps/openrefine/openrefine-3.7.9.ebuild
@@ -31,10 +31,10 @@ src_install() {
 	cp -r . "${ED}/${apphome}" || die
 
 	make_wrapper refine "
-		env REFINE_LIB_DIR=/opt/openrefine/server/target/lib \
-		    REFINE_TOOLS_DIR=/opt/openrefine/tools \
-		    REFINE_CLASSES_DIR=/opt/openrefine/server/classes \
-		    REFINE_WEBAPP=/opt/openrefine/main/webapp /opt/openrefine/refine"
+		env REFINE_LIB_DIR=${apphome}/server/target/lib \
+		    REFINE_TOOLS_DIR=${apphome}/tools \
+		    REFINE_CLASSES_DIR=${apphome}/server/classes \
+		    REFINE_WEBAPP=${apphome}/main/webapp /opt/openrefine/refine"
 }
 
 pkg_postinst() {


             reply	other threads:[~2024-02-15 14:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-15 14:58 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-15 14:58 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/openrefine/ David Roman
2024-02-15 14:58 David Roman
2024-02-15 14:58 David Roman
2024-02-15 14:58 David Roman
2024-02-15 14:58 David Roman
2024-02-15 14:58 David Roman
2024-02-15 14:58 David Roman

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=1707957198.23960af27ad9f4c10d886d38e85eeb686d4bf1f7.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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