From f027db4f2f6f104ade02b5345c74281378966e9e Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Tue, 20 Jun 2017 22:29:55 +0200 Subject: [PATCH] python/sepolicy: remove definition of SYSCONFDIR This variable is not used in any Makefile in python/. Signed-off-by: Nicolas Iooss --- python/sepolicy/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/python/sepolicy/Makefile b/python/sepolicy/Makefile index 0d2bec20..5a56e6c8 100644 --- a/python/sepolicy/Makefile +++ b/python/sepolicy/Makefile @@ -2,7 +2,6 @@ PYTHON ?= python # Installation directories. PREFIX ?= $(DESTDIR)/usr -SYSCONFDIR ?= $(DESTDIR)/etc/sysconfig LIBDIR ?= $(PREFIX)/lib BINDIR ?= $(PREFIX)/bin DATADIR ?= $(PREFIX)/share