From mboxrd@z Thu Jan 1 00:00:00 1970 From: guido@trentalancia.net (Guido Trentalancia) Date: Wed, 24 Aug 2016 15:39:37 +0200 Subject: [refpolicy] [PATCH] Fix the Reference Policy integration with the SELinux testsuite Message-ID: <1472045977.4446.6.camel@trentalancia.net> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com The SELinux testsuite expects the Makefile.devel file to be installed in the top level share directory and not in its include subdirectory. Such file is installed by the Makefile target "install-headers". Signed-off-by: Guido Trentalancia --- Makefile | 2 ++ 1 file changed, 2 insertions(+) --- refpolicy-git-06082016-orig/Makefile 2016-08-06 21:26:43.257773849 +0200 +++ refpolicy-git-06082016/Makefile 2016-08-24 15:33:34.936218176 +0200 @@ -70,6 +70,7 @@ SECHECK ?= $(BINDIR)/sechecker AWK ?= gawk GREP ?= egrep INSTALL ?= install +LN ?= ln M4 ?= m4 PYTHON ?= python SED ?= sed @@ -532,6 +533,7 @@ endif $(verbose) echo "override MLS_CATS := $(MLS_CATS)" >> $(headerdir)/build.conf $(verbose) echo "override MCS_CATS := $(MCS_CATS)" >> $(headerdir)/build.conf $(verbose) $(INSTALL) -m 644 $(support)/Makefile.devel $(headerdir)/Makefile + $(verbose) $(LN) -sf $(headerdir)/Makefile $(modpkgdir)/Makefile ######################################## #