summaryrefslogtreecommitdiffstats
path: root/rules/rootfs.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/rootfs.make')
-rw-r--r--rules/rootfs.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/rootfs.make b/rules/rootfs.make
index 6c6c61e62..81d4cd93a 100644
--- a/rules/rootfs.make
+++ b/rules/rootfs.make
@@ -237,7 +237,7 @@ ifdef PTXCONF_ROOTFS_RESOLV_SYSTEMD
@$(call install_link, rootfs, /run/systemd/resolve/resolv.conf, /etc/resolv.conf)
endif
ifdef PTXCONF_ROOTFS_RESOLV_STATIC
- @$(call install_link, rootfs, /lib/systemd/resolv.conf, /etc/resolv.conf)
+ @$(call install_link, rootfs, /usr/lib/systemd/resolv.conf, /etc/resolv.conf)
endif
ifdef PTXCONF_ROOTFS_SERVICES
@$(call install_alternative, rootfs, 0, 0, 0644, /etc/services)