diff options
author | Maciej Borzecki <maciej.borzecki@rndity.com> | 2016-09-21 10:19:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-22 11:08:22 +0100 |
commit | 170157602932aa454e721ea849fbf1679b573618 (patch) | |
tree | 37b1ac464005c8b476779af685064efe0fa3c88e /meta | |
parent | 9470e0911838a6f5a23f01c6944906b69aa1317a (diff) | |
download | openembedded-core-170157602932aa454e721ea849fbf1679b573618.tar.gz openembedded-core-170157602932aa454e721ea849fbf1679b573618.tar.bz2 openembedded-core-170157602932aa454e721ea849fbf1679b573618.zip |
systemd: fix indentation
Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd_230.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_230.bb b/meta/recipes-core/systemd/systemd_230.bb index 6e6ef76cfa..1276316a0c 100644 --- a/meta/recipes-core/systemd/systemd_230.bb +++ b/meta/recipes-core/systemd/systemd_230.bb @@ -211,8 +211,8 @@ do_install() { chown root:systemd-journal ${D}/${localstatedir}/log/journal - # Delete journal README, as log can be symlinked inside volatile. - rm -f ${D}/${localstatedir}/log/README + # Delete journal README, as log can be symlinked inside volatile. + rm -f ${D}/${localstatedir}/log/README install -d ${D}${systemd_unitdir}/system/graphical.target.wants install -d ${D}${systemd_unitdir}/system/multi-user.target.wants |