package/restorecond: indentation cleanup

Signed-off-by: Jerzy Grzegorek <jerzy.m.grzegorek@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jerzy Grzegorek 2017-10-27 21:22:05 +02:00 committed by Thomas Petazzoni
parent 2fe501818a
commit 437d04b702

View File

@ -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