From 9b6b6dad291e2d62a957a38ace952d98147a83d2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 1 Oct 2014 03:16:30 -0400 Subject: conf.sh: don't hardcode /etc, get it during build from $(sysconfdir) --- src/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Makefile') diff --git a/src/lib/Makefile b/src/lib/Makefile index 5226dda..97b30eb 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -2,7 +2,7 @@ copy_files = common.sh.in libexecs = $(filter-out librelib,$(progs)) # include common.sh in libs explicitly, because it might not exist yet # when the wildcard is performed -libs = $(sort $(wildcard *.sh) common.sh) +libs = $(sort $(wildcard *.sh) common.sh conf.sh) include ../../common.mk -- cgit v1.2.3-54-g00ecf