File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 11MAINTAINERCLEANFILES = Makefile.in
22
3- SE_DIR = /usr/share/selinux
4- SE_MAKEFILE_PATH = $(SE_DIR ) /devel/Makefile
5- SE_TYPE = targeted
3+ SE_MAKEFILE_PATH = /usr/share/selinux/devel/Makefile
64
75SE_SRC_SUBNODE_TE = anvil-subnode.te
86
97EXTRA_DIST = \
108 $(SE_SRC_SUBNODE_TE ) .in
119
10+ selinuxdir = $(datarootdir ) /selinux/packages/targeted
11+ selinux_DATA = anvil-subnode.pp
12+
1213# Magic variables:
1314# $@ : target name
1415# $< : first prerequisite
@@ -36,12 +37,6 @@ $(SE_SRC_SUBNODE_TE): $(SE_SRC_SUBNODE_TE).in
3637anvil-subnode.pp : se-makefile $(SE_SRC_SUBNODE_TE )
3738 make -f " $( SE_MAKEFILE_PATH) " " $@ "
3839
39- install-data-hook : anvil-subnode.pp
40- install -D -m 0644 -t " $( DESTDIR) /$( SE_DIR) /packages/$( SE_TYPE) /" " anvil-subnode.pp"
41-
42- uninstall-hook :
43- rm -f " $( DESTDIR) /$( SE_DIR) /packages/$( SE_TYPE) /anvil-subnode.pp"
44-
4540clean-local :
4641 rm -f * .fc * .if * .pp * .te
4742 rm -rf tmp
You can’t perform that action at this time.
0 commit comments