commit:     6f109984e2b8188fde94c7161a11071fa9223c1d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 20:16:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 20:17:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f109984

app-text/ansifilter: fix prefix install

Reported by leio.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/ansifilter/ansifilter-2.19.ebuild | 4 ++--
 app-text/ansifilter/ansifilter-2.20.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/ansifilter/ansifilter-2.19.ebuild 
b/app-text/ansifilter/ansifilter-2.19.ebuild
index c6a5f8516a3d..0f7b29ac2fd8 100644
--- a/app-text/ansifilter/ansifilter-2.19.ebuild
+++ b/app-text/ansifilter/ansifilter-2.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -59,7 +59,7 @@ src_compile() {
 
 src_install() {
        emake -f makefile \
-               DESTDIR="${D}" \
+               DESTDIR="${ED}" \
                doc_dir="/usr/share/doc/${PF}" \
                -j1 \
                install $(usev gui install-gui)

diff --git a/app-text/ansifilter/ansifilter-2.20.ebuild 
b/app-text/ansifilter/ansifilter-2.20.ebuild
index 4fd23759fad4..c665b8361bd2 100644
--- a/app-text/ansifilter/ansifilter-2.20.ebuild
+++ b/app-text/ansifilter/ansifilter-2.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -73,7 +73,7 @@ src_compile() {
 
 src_install() {
        emake -f makefile \
-               DESTDIR="${D}" \
+               DESTDIR="${ED}" \
                doc_dir="/usr/share/doc/${PF}" \
                -j1 \
                install $(usev gui install-gui)

Reply via email to