commit:     f6d0b0752a6569ec803cc6c7ddfc5a66bf691ee7
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Apr 20 04:44:37 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 04:47:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6d0b075

dev-util/haredo: Fix install arguments to emake

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 dev-util/haredo/haredo-1.0.2.ebuild | 3 ++-
 dev-util/haredo/haredo-9999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/haredo/haredo-1.0.2.ebuild 
b/dev-util/haredo/haredo-1.0.2.ebuild
index 39157ab50..711700ef0 100644
--- a/dev-util/haredo/haredo-1.0.2.ebuild
+++ b/dev-util/haredo/haredo-1.0.2.ebuild
@@ -29,5 +29,6 @@ src_test() {
 
 src_install() {
        einstalldocs
-       emake DESDIR="${ED}" PREFIX="/usr"
+       # I wish install(1) would support DESTDIR…
+       emake PREFIX="${ED}/usr" install
 }

diff --git a/dev-util/haredo/haredo-9999.ebuild 
b/dev-util/haredo/haredo-9999.ebuild
index 39157ab50..711700ef0 100644
--- a/dev-util/haredo/haredo-9999.ebuild
+++ b/dev-util/haredo/haredo-9999.ebuild
@@ -29,5 +29,6 @@ src_test() {
 
 src_install() {
        einstalldocs
-       emake DESDIR="${ED}" PREFIX="/usr"
+       # I wish install(1) would support DESTDIR…
+       emake PREFIX="${ED}/usr" install
 }

Reply via email to