summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2021-10-07 12:59:28 +0200
committerxengineering <me@xengineering.eu>2021-10-07 12:59:28 +0200
commit981d020dc0df24f13acca9cc3bb2356a8eb99a16 (patch)
treefc35860ddbd72cc8a17216e0888c7c29cb4224ff
parentdff83dc7795bbd5a3fb1d88139ac7cd96a5bc655 (diff)
downloadxbackup-981d020dc0df24f13acca9cc3bb2356a8eb99a16.tar
xbackup-981d020dc0df24f13acca9cc3bb2356a8eb99a16.tar.zst
xbackup-981d020dc0df24f13acca9cc3bb2356a8eb99a16.zip
Fix missing Dependency on 'all' Target0.1.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2f5125..6a4c10e 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ clean:
make -C src clean
-install:
+install: all
install -Dm 644 config/default.json $(DESTDIR)/etc/xbackup/config.json
mkdir -p $(DESTDIR)/var/lib/xbackup/borg
chown -R root:root $(DESTDIR)/var/lib/xbackup