diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-03 17:54:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-03 21:39:47 +0100 |
commit | 018fd85f5142b3250774812f651b8d2147f022e8 (patch) | |
tree | fc4ee4571d76d928608e56092415704a08b3c644 /net-dns/resolvconf-symlink | |
parent | net-dns/resolvconf-symlink: Bump to EAPI=7 (diff) | |
download | gentoo-018fd85f5142b3250774812f651b8d2147f022e8.tar.gz gentoo-018fd85f5142b3250774812f651b8d2147f022e8.tar.bz2 gentoo-018fd85f5142b3250774812f651b8d2147f022e8.zip |
net-dns/resolvconf-symlink: Use relative symlink path
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-dns/resolvconf-symlink')
-rw-r--r-- | net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild index dbf2b430fba0..782762cc845f 100644 --- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild +++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild @@ -38,7 +38,7 @@ pkg_preinst() { src_install() { # XXX: /run should be more correct, when it's supported by baselayout - use symlink && dosym /var/run/resolv.conf /etc/resolv.conf + use symlink && dosym ../var/run/resolv.conf /etc/resolv.conf } pkg_postrm() { |