From 74aa75b1d11d2e99b4fc6060699846ff7f362f96 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 7 Oct 2021 10:18:53 +0200 Subject: Fix /var/lib/xbackup Bug --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f9ad2a9..0ab8d6e 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,9 @@ clean: install: 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 + chmod -R 700 $(DESTDIR)/var/lib/xbackup make -C src install DESTDIR=$(abspath $(DESTDIR)) -- cgit v1.2.3-70-g09d2