From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/nnn/
Date: Thu, 22 Apr 2021 21:15:31 +0000 (UTC) [thread overview]
Message-ID: <1619126098.4c2568c7fa9da91667da1862ea687938b5967cc5.sam@gentoo> (raw)
commit: 4c2568c7fa9da91667da1862ea687938b5967cc5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 22 21:09:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 22 21:14:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2568c7
app-misc/nnn: respect EPREFIX
Closes: https://bugs.gentoo.org/784614
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/nnn/nnn-3.6.ebuild | 5 ++---
app-misc/nnn/nnn-4.0.ebuild | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/app-misc/nnn/nnn-3.6.ebuild b/app-misc/nnn/nnn-3.6.ebuild
index eb39936f75b..0bd65a6f5bf 100644
--- a/app-misc/nnn/nnn-3.6.ebuild
+++ b/app-misc/nnn/nnn-3.6.ebuild
@@ -21,13 +21,12 @@ src_prepare() {
default
tc-export CC
sed -i -e '/install: all/install:/' Makefile || die "sed failed"
-
}
src_install() {
- emake PREFIX="/usr" DESTDIR="${D}" install
+ emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
- emake PREFIX="/usr" DESTDIR="${D}" install-desktop
+ emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install-desktop
newbashcomp misc/auto-completion/bash/nnn-completion.bash nnn
diff --git a/app-misc/nnn/nnn-4.0.ebuild b/app-misc/nnn/nnn-4.0.ebuild
index eb39936f75b..0bd65a6f5bf 100644
--- a/app-misc/nnn/nnn-4.0.ebuild
+++ b/app-misc/nnn/nnn-4.0.ebuild
@@ -21,13 +21,12 @@ src_prepare() {
default
tc-export CC
sed -i -e '/install: all/install:/' Makefile || die "sed failed"
-
}
src_install() {
- emake PREFIX="/usr" DESTDIR="${D}" install
+ emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
- emake PREFIX="/usr" DESTDIR="${D}" install-desktop
+ emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install-desktop
newbashcomp misc/auto-completion/bash/nnn-completion.bash nnn
next reply other threads:[~2021-04-22 21:15 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-22 21:15 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-03 21:20 [gentoo-commits] repo/gentoo:master commit in: app-misc/nnn/ Sam James
2025-05-21 22:05 Sam James
2024-12-01 17:35 Jakov Smolić
2024-10-17 7:30 Joonas Niilola
2024-04-02 5:55 Arthur Zamarin
2024-04-01 13:50 Arthur Zamarin
2024-04-01 13:50 Arthur Zamarin
2023-08-25 17:11 Arthur Zamarin
2023-08-01 6:46 Sam James
2023-05-07 7:05 Joonas Niilola
2023-05-07 7:05 Joonas Niilola
2023-05-07 7:05 Joonas Niilola
2023-05-07 7:05 Joonas Niilola
2023-02-25 9:11 Joonas Niilola
2023-02-05 8:30 Joonas Niilola
2023-02-05 8:30 Joonas Niilola
2023-02-01 6:16 Joonas Niilola
2023-02-01 6:16 Joonas Niilola
2022-06-24 3:43 Sam James
2022-06-24 3:43 Sam James
2022-05-06 19:02 Mikle Kolyada
2021-11-20 14:12 Mikle Kolyada
2021-04-15 19:18 Mikle Kolyada
2021-04-15 19:14 Mikle Kolyada
2021-03-18 10:20 Mikle Kolyada
2020-11-19 7:51 Mikle Kolyada
2020-10-03 5:21 Georgy Yakovlev
2020-08-20 7:36 Mikle Kolyada
2020-07-24 13:59 Mikle Kolyada
2020-05-28 15:45 Mikle Kolyada
2020-04-15 16:01 Mikle Kolyada
2020-02-23 11:53 Mikle Kolyada
2020-01-16 9:31 Mikle Kolyada
2019-12-13 8:38 Mikle Kolyada
2019-10-12 7:04 Mikle Kolyada
2019-08-07 8:34 Mikle Kolyada
2019-07-25 10:31 Mikle Kolyada
2019-03-28 6:48 Mikle Kolyada
2019-02-22 9:03 Mikle Kolyada
2019-01-05 12:30 Mikle Kolyada
2018-11-24 8:41 Mikle Kolyada
2018-11-24 8:41 Mikle Kolyada
2018-10-25 17:45 Mikle Kolyada
2018-08-15 5:49 Mikle Kolyada
2018-05-09 13:32 Mikle Kolyada
2018-01-29 23:14 Mikle Kolyada
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=1619126098.4c2568c7fa9da91667da1862ea687938b5967cc5.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