python/sepolicy: remove definition of SYSCONFDIR

This variable is not used in any Makefile in python/.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
This commit is contained in:
Nicolas Iooss 2017-06-20 22:29:55 +02:00 committed by Stephen Smalley
parent 47acedf06f
commit f027db4f2f
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ PYTHON ?= python
# Installation directories.
PREFIX ?= $(DESTDIR)/usr
SYSCONFDIR ?= $(DESTDIR)/etc/sysconfig
LIBDIR ?= $(PREFIX)/lib
BINDIR ?= $(PREFIX)/bin
DATADIR ?= $(PREFIX)/share