From d9459cb0482c05529fd08a51d8e6f6818a484fc3 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sat, 30 Oct 2021 09:16:12 +0200 Subject: [PATCH] Fix b2_* install path --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c04aa98..fc8142f 100644 --- a/Makefile +++ b/Makefile @@ -34,10 +34,10 @@ install-scripts: install -m 0744 $(SRCS_SCRIPTS) $(DEST_SCRIPTS) etc/restic/b2_env.sh: - install -m 0600 etc/restic/b2_env.sh.template etc/restic/b2_env.sh + install -m 0600 etc/restic/b2_env.sh.template /etc/restic/b2_env.sh etc/restic/b2_pw.txt: - install -m 0600 etc/restic/b2_pw.txt.template etc/restic/b2_pw.txt + install -m 0600 etc/restic/b2_pw.txt.template /etc/restic/b2_pw.txt # target: install-conf - Install restic configuration files. # will create these files locally only if they don't already exist