diff mbox

[3/3] python/sepolicy: remove definition of SYSCONFDIR

Message ID 20170620202955.11587-3-nicolas.iooss@m4x.org (mailing list archive)
State Not Applicable
Headers show

Commit Message

Nicolas Iooss June 20, 2017, 8:29 p.m. UTC
This variable is not used in any Makefile in python/.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
---
 python/sepolicy/Makefile | 1 -
 1 file changed, 1 deletion(-)

Comments

Stephen Smalley June 21, 2017, 2:52 p.m. UTC | #1
On Tue, 2017-06-20 at 22:29 +0200, Nicolas Iooss wrote:
> This variable is not used in any Makefile in python/.
> 
> Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>

Thanks, applied all three.

> ---
>  python/sepolicy/Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/python/sepolicy/Makefile b/python/sepolicy/Makefile
> index 0d2bec2042b0..5a56e6c8122e 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
diff mbox

Patch

diff --git a/python/sepolicy/Makefile b/python/sepolicy/Makefile
index 0d2bec2042b0..5a56e6c8122e 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