diff options
| -rw-r--r-- | meta/recipes-core/systemd/systemd_255.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_255.4.bb b/meta/recipes-core/systemd/systemd_255.4.bb index d59ca30c12..bcef3e6b7a 100644 --- a/meta/recipes-core/systemd/systemd_255.4.bb +++ b/meta/recipes-core/systemd/systemd_255.4.bb | |||
| @@ -306,7 +306,7 @@ do_install() { | |||
| 306 | # /var/log is typically a symbolic link to inside /var/volatile, | 306 | # /var/log is typically a symbolic link to inside /var/volatile, |
| 307 | # which is expected to be empty. | 307 | # which is expected to be empty. |
| 308 | rm -rf ${D}${localstatedir}/log | 308 | rm -rf ${D}${localstatedir}/log |
| 309 | else | 309 | elif [ -e ${D}${localstatedir}/log/journal ]; then |
| 310 | chown root:systemd-journal ${D}${localstatedir}/log/journal | 310 | chown root:systemd-journal ${D}${localstatedir}/log/journal |
| 311 | 311 | ||
| 312 | # journal-remote creates this at start | 312 | # journal-remote creates this at start |
