summaryrefslogtreecommitdiff
path: root/replace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'replace.sh')
-rwxr-xr-xreplace.sh2
1 files changed, 2 insertions, 0 deletions
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