summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb')
-rw-r--r--meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb b/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb
index cd34dc75..0714f62b 100644
--- a/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb
+++ b/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb
@@ -9,11 +9,11 @@ SRC_URI = " \
"
do_install() {
- install -D -m0644 ${WORKDIR}/20-wired.network ${D}/etc/systemd/network/20-wired.network
+ install -D -m0644 ${WORKDIR}/20-wired.network ${D}${sysconfdir}/systemd/network/20-wired.network
}
PACKAGE_ARCH = "${MACHINE_ARCH}"
FILES:${PN} = "\
- /etc/systemd/network/* \
+ ${sysconfdir}/systemd/network/* \
"