[Buildroot] [git commit] package/restorecond: indentation cleanup

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Oct 29 17:29:34 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=437d04b7027b0fb61b15396fbec50652651cfd5c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Jerzy Grzegorek <jerzy.m.grzegorek at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/restorecond/restorecond.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/restorecond/restorecond.mk b/package/restorecond/restorecond.mk
index 1968ba5..aaa59b3 100644
--- a/package/restorecond/restorecond.mk
+++ b/package/restorecond/restorecond.mk
@@ -35,9 +35,9 @@ define RESTORECOND_INSTALL_INIT_SYSTEMD
 	$(INSTALL) -m 0644 -D $(@D)/restorecond.service \
 		$(TARGET_DIR)/usr/lib/systemd/system/restorecond.service
 
-    mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
-    ln -fs ../../../../usr/lib/systemd/system/restorecond.service \
-        $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/restorecond.service
+	mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
+	ln -fs ../../../../usr/lib/systemd/system/restorecond.service \
+		$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/restorecond.service
 
 	$(INSTALL) -m 0600 -D $(@D)/org.selinux.Restorecond.service \
 		$(TARGET_DIR)/etc/systemd/system/org.selinux.Restorecond.service


More information about the buildroot mailing list