From acff1370cecd662d663ab7fbe4d4909585a325ef Mon Sep 17 00:00:00 2001 From: Marco Cetica Date: Thu, 16 Mar 2023 11:44:41 +0100 Subject: [PATCH] Fixed Makefile after documentation update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60d8ee9..b989188 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ install: cp -R sources.bk /usr/local/etc/sources.bk cp -R backup.sh.1 /usr/local/share/man/man1/backup.sh.1 chmod 755 /usr/local/bin/backup.sh - chmod 644 /usr/local/etc/backup_sources.bk + chmod 644 /usr/local/etc/sources.bk uninstall: rm -rf /usr/local/bin/backup.sh