diff options
-rw-r--r-- | meta-networking/recipes-protocols/quagga/quagga.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc index dfd6aa7eb1..2673a89769 100644 --- a/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/meta-networking/recipes-protocols/quagga/quagga.inc | |||
@@ -117,7 +117,7 @@ do_install () { | |||
117 | 117 | ||
118 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 118 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
119 | install -d ${D}${sysconfdir}/tmpfiles.d | 119 | install -d ${D}${sysconfdir}/tmpfiles.d |
120 | echo "d /var/run/quagga 0755 quagga quagga -" \ | 120 | echo "d /run/quagga 0755 quagga quagga -" \ |
121 | > ${D}${sysconfdir}/tmpfiles.d/${BPN}.conf | 121 | > ${D}${sysconfdir}/tmpfiles.d/${BPN}.conf |
122 | fi | 122 | fi |
123 | 123 | ||