From: Michał Górny Date: Fri, 3 Jan 2020 16:54:37 +0000 (+0100) Subject: net-dns/resolvconf-symlink: Use relative symlink path X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=018fd85f5142b3250774812f651b8d2147f022e8;p=gentoo.git net-dns/resolvconf-symlink: Use relative symlink path Signed-off-by: Michał Górny --- 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() {