summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2022-09-09 08:14:30 +0200
committerFabian Groffen <grobian@gentoo.org>2022-09-09 08:14:30 +0200
commit82a395f67d5d46a78caa50e5186e4549fb6d81a2 (patch)
tree0a2e08a01f599cf78f3ebfcc2c7789bca86ca09c /sys-devel
parentsys-devel/autoconf-dickey: new package, add 2.52_p20210509 (diff)
downloadgentoo-82a395f67d5d46a78caa50e5186e4549fb6d81a2.tar.gz
gentoo-82a395f67d5d46a78caa50e5186e4549fb6d81a2.tar.bz2
gentoo-82a395f67d5d46a78caa50e5186e4549fb6d81a2.zip
sys-devel/autoconf-dickey: fix out of prefix install
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/autoconf-dickey/autoconf-dickey-2.52_p20210509.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/autoconf-dickey/autoconf-dickey-2.52_p20210509.ebuild b/sys-devel/autoconf-dickey/autoconf-dickey-2.52_p20210509.ebuild
index 403065a60182..c02432050d58 100644
--- a/sys-devel/autoconf-dickey/autoconf-dickey-2.52_p20210509.ebuild
+++ b/sys-devel/autoconf-dickey/autoconf-dickey-2.52_p20210509.ebuild
@@ -33,7 +33,7 @@ src_prepare() {
src_configure() {
local myeconfargs=(
- --datadir=/usr/share/${PN}
+ --datadir="${EPREFIX}"/usr/share/${PN}
--program-suffix=-dickey
)