diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-18 18:58:34 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:56:29 +0200 |
commit | dc48e768f527cbed0cc3899f6a2ebb396cd9ada8 (patch) | |
tree | 24fab55846f541a4e58806887b2065baa06981ef /meta-networking/recipes-support/chrony | |
parent | 303a585a6f6c142b94307ffe48a5c56f828fcd94 (diff) | |
download | meta-openembedded-dc48e768f527cbed0cc3899f6a2ebb396cd9ada8.tar.gz |
meta-oe: remove trailing spaces
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/chrony')
-rw-r--r-- | meta-networking/recipes-support/chrony/chrony_2.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony_2.4.bb b/meta-networking/recipes-support/chrony/chrony_2.4.bb index 6619e0071d..9698ae418c 100644 --- a/meta-networking/recipes-support/chrony/chrony_2.4.bb +++ b/meta-networking/recipes-support/chrony/chrony_2.4.bb | |||
@@ -88,11 +88,11 @@ do_install() { | |||
88 | # System V init script | 88 | # System V init script |
89 | install -d ${D}${sysconfdir}/init.d | 89 | install -d ${D}${sysconfdir}/init.d |
90 | install -m 755 ${WORKDIR}/chronyd ${D}${sysconfdir}/init.d | 90 | install -m 755 ${WORKDIR}/chronyd ${D}${sysconfdir}/init.d |
91 | 91 | ||
92 | # systemd unit configuration file | 92 | # systemd unit configuration file |
93 | install -d ${D}${systemd_unitdir}/system | 93 | install -d ${D}${systemd_unitdir}/system |
94 | install -m 0644 ${S}/examples/chronyd.service ${D}${systemd_unitdir}/system/ | 94 | install -m 0644 ${S}/examples/chronyd.service ${D}${systemd_unitdir}/system/ |
95 | 95 | ||
96 | # Variable data (for drift and/or rtc file) | 96 | # Variable data (for drift and/or rtc file) |
97 | install -d ${D}${localstatedir}/lib/chrony | 97 | install -d ${D}${localstatedir}/lib/chrony |
98 | 98 | ||