From f93969f5c111deedc3b5830f743807372beeb9e3 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 18 Sep 2017 13:34:22 +1200 Subject: Make more use of macro paths --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 54488cc..44dd2b9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -export OPENRC_RUN = /usr/bin/openrc-run -export BINDIR = /usr/bin - -SYSCONFDIR ?= etc +export OPENRC_RUN ?= /usr/bin/openrc-run +export BINDIR ?= /usr/bin +export SYSCONFDIR ?= /etc +export OPENRC_DIR ?= /etc MACRO_PROG = ./replace.sh INIT_FILES = $(shell find init.d.in -type f | sed -e 's/\.in$$//g' -e 's/init\.d\.in/init.d/g') -- cgit v1.1