summaryrefslogtreecommitdiffstats
path: root/rules/rootfs.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-06 15:16:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 11:18:17 +0200
commit45ba112f379de91aa35e7b72764c89b348bc3424 (patch)
tree8edbddcbb9f7b8e92f01aa0735a78c70ed00d7de /rules/rootfs.make
parentff322a6b18ab138276fa09fd8546dadea4ad9d73 (diff)
downloadptxdist-45ba112f379de91aa35e7b72764c89b348bc3424.tar.gz
ptxdist-45ba112f379de91aa35e7b72764c89b348bc3424.tar.xz
systemd: /usr merge
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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)