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 --- replace.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'replace.sh') diff --git a/replace.sh b/replace.sh index 5bde2bd..0359b9b 100755 --- a/replace.sh +++ b/replace.sh @@ -11,6 +11,8 @@ sedargs="" for var in \ BINDIR \ OPENRC_RUN \ + SYSCONFDIR \ + OPENRC_DIR \ ; do sedargs="${sedargs} -e s:\@${var}\@:${!var}:g " done -- cgit v1.1