From 42bde9b2a638e36a9902d01963589b4102d29410 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Fri, 10 May 2013 14:45:09 +0200 Subject: [PATCH] Policycoreutils: Allow overriding INITDIR in restorecond Makefile --- policycoreutils/restorecond/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policycoreutils/restorecond/Makefile b/policycoreutils/restorecond/Makefile index 30745426..23f458d9 100644 --- a/policycoreutils/restorecond/Makefile +++ b/policycoreutils/restorecond/Makefile @@ -7,7 +7,7 @@ AUTOSTARTDIR = $(DESTDIR)/etc/xdg/autostart DBUSSERVICEDIR = $(DESTDIR)/usr/share/dbus-1/services autostart_DATA = sealertauto.desktop -INITDIR = $(DESTDIR)/etc/rc.d/init.d +INITDIR ?= $(DESTDIR)/etc/rc.d/init.d SELINUXDIR = $(DESTDIR)/etc/selinux DBUSFLAGS = -DHAVE_DBUS -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib/dbus-1.0/include