mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-15 17:16:54 +00:00
Policycoreutils: Allow overriding INITDIR in restorecond Makefile
This commit is contained in:
parent
c450d6e1e2
commit
42bde9b2a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user