From 9d8a7a1c7e0e195cacbf1e5ca921345359a3fdd8 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Fri, 22 Sep 2023 22:13:23 +1000 Subject: [PATCH] Added restore.sh as binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7437a42..90ce2b3 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ $(BINDIR)/% $(ETCDIR)/% $(CRONDAILY)/%: % mkdir -p $$(dirname $@) cp $< $@ -INSTALLTARGETS = $(BINDIR)/dupltool +INSTALLTARGETS = $(BINDIR)/dupltool $(BINDIR)/restore.sh INSTALLTARGETS += $(ETCDIR)/duplicity-daily.conf INSTALLTARGETS += $(CRONDAILY)/duplicity-daily -- 2.39.2