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