OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INITDIR
(Results
1 - 2
of
2
) sorted by null
/external/selinux/policycoreutils/mcstrans/src/
Makefile
19
INITDIR
?= $(DESTDIR)/etc/rc.d/init.d
40
test -d $(
INITDIR
) || install -m 755 -d $(
INITDIR
)
41
install -m 755 $(INITSCRIPT).init $(
INITDIR
)/$(INITSCRIPT)
/external/selinux/policycoreutils/restorecond/
Makefile
11
INITDIR
?= $(DESTDIR)/etc/rc.d/init.d
34
-mkdir -p $(
INITDIR
)
35
install -m 755 restorecond.init $(
INITDIR
)/restorecond
Completed in 335 milliseconds