diff options
-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() { |