summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-02 20:16:59 +0000
committerSam James <sam@gentoo.org>2024-02-02 20:17:04 +0000
commit6f109984e2b8188fde94c7161a11071fa9223c1d (patch)
treed56b5b4a1c8db13dcbe3566376bebce67c7a274c /app-text/ansifilter
parentdev-libs/tree-sitter: Stabilize 0.20.8-r1 arm, #923625 (diff)
downloadgentoo-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.ebuild4
-rw-r--r--app-text/ansifilter/ansifilter-2.20.ebuild4
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)