]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
dcron: indentation cleanup
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Wed, 9 Mar 2016 21:30:31 +0000 (22:30 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 9 Mar 2016 22:01:13 +0000 (23:01 +0100)
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dcron/dcron.mk

index 4a6fc47d6a333a88ae344906c9aa16925ff3beb6..7e81b63803e0657412bee811d915e1b9f581b1e2 100644 (file)
@@ -25,8 +25,8 @@ define DCRON_INSTALL_TARGET_CMDS
        # Busybox provides run-parts, so there is no need to use nor install provided run-cron
        $(SED) 's#/usr/sbin/run-cron#/bin/run-parts#g' $(TARGET_DIR)/etc/cron.d/system
        $(INSTALL) -d -m0755 $(TARGET_DIR)/var/spool/cron/crontabs \
-               $(TARGET_DIR)/etc/cron.daily $(TARGET_DIR)/etc/cron.hourly \
-               $(TARGET_DIR)/etc/cron.monthly $(TARGET_DIR)/etc/cron.weekly
+               $(TARGET_DIR)/etc/cron.daily $(TARGET_DIR)/etc/cron.hourly \
+               $(TARGET_DIR)/etc/cron.monthly $(TARGET_DIR)/etc/cron.weekly
 endef
 
 define DCRON_INSTALL_INIT_SYSV