From 6ab21ef4d83db639fd19ff1feb7d30a21745444f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Jun 2015 07:06:22 +0200 Subject: scl-utils: remove /scls/ from _sysconfdir, _sharedstatedir and _localstatedir, in sync with RHEL version --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + -- cgit