diff options
author | Sam James <sam@gentoo.org> | 2024-02-02 20:16:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-02 20:17:04 +0000 |
commit | 6f109984e2b8188fde94c7161a11071fa9223c1d (patch) | |
tree | d56b5b4a1c8db13dcbe3566376bebce67c7a274c /app-text/ansifilter | |
parent | dev-libs/tree-sitter: Stabilize 0.20.8-r1 arm, #923625 (diff) | |
download | gentoo-6f109984e2b8188fde94c7161a11071fa9223c1d.tar.gz gentoo-6f109984e2b8188fde94c7161a11071fa9223c1d.tar.bz2 gentoo-6f109984e2b8188fde94c7161a11071fa9223c1d.zip |
app-text/ansifilter: fix prefix install
Reported by leio.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/ansifilter')
-rw-r--r-- | app-text/ansifilter/ansifilter-2.19.ebuild | 4 | ||||
-rw-r--r-- | 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) |