summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-09-13 18:29:03 -0400
committerMike Gilbert <floppym@gentoo.org>2020-09-13 18:29:03 -0400
commit40160de0851297d83efe15434c2e46c9a4f56093 (patch)
treed3f5595060e7dd674b3cf66b9134d720f6f19aec /sys-devel/m4
parentprofiles/package.mask: bring back kubeadm split package (diff)
downloadgentoo-40160de0851297d83efe15434c2e46c9a4f56093.tar.gz
gentoo-40160de0851297d83efe15434c2e46c9a4f56093.tar.bz2
gentoo-40160de0851297d83efe15434c2e46c9a4f56093.zip
sys-devel/m4: use relative path for symlink target
Bug: https://bugs.gentoo.org/737152 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-devel/m4')
-rw-r--r--sys-devel/m4/m4-1.4.17.ebuild2
-rw-r--r--sys-devel/m4/m4-1.4.18-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/m4/m4-1.4.17.ebuild b/sys-devel/m4/m4-1.4.17.ebuild
index 050ae8bdbc38..28e289064f38 100644
--- a/sys-devel/m4/m4-1.4.17.ebuild
+++ b/sys-devel/m4/m4-1.4.17.ebuild
@@ -45,7 +45,7 @@ src_install() {
default
# autoconf-2.60 for instance, first checks gm4, then m4. If we don't have
# gm4, it might find gm4 from outside the prefix on for instance Darwin
- use prefix && dosym "${EPREFIX}"/usr/bin/m4 /usr/bin/gm4
+ use prefix && dosym m4 /usr/bin/gm4
if use examples ; then
docinto examples
dodoc examples/*
diff --git a/sys-devel/m4/m4-1.4.18-r1.ebuild b/sys-devel/m4/m4-1.4.18-r1.ebuild
index c7f8a66b2555..40f55c0a27bb 100644
--- a/sys-devel/m4/m4-1.4.18-r1.ebuild
+++ b/sys-devel/m4/m4-1.4.18-r1.ebuild
@@ -40,7 +40,7 @@ src_install() {
default
# autoconf-2.60 for instance, first checks gm4, then m4. If we don't have
# gm4, it might find gm4 from outside the prefix on for instance Darwin
- use prefix && dosym "${EPREFIX}"/usr/bin/m4 /usr/bin/gm4
+ use prefix && dosym m4 /usr/bin/gm4
if use examples ; then
docinto examples
dodoc -r examples/