From 018fd85f5142b3250774812f651b8d2147f022e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 3 Jan 2020 17:54:37 +0100 Subject: [PATCH] net-dns/resolvconf-symlink: Use relative symlink path MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.26.2