From 37cb1aaf1a7611ef320923604436ed51d1990086 Mon Sep 17 00:00:00 2001 From: Marco Cetica Date: Mon, 3 Apr 2023 15:44:30 +0200 Subject: [PATCH] Fixed Makefile bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b989188..e421f82 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: install install: - mkdir -p /usr/local/share/man/man1 + mkdir -p /usr/local/share/man/man1 /usr/local/bin /usr/local/etc cp -R backup.sh /usr/local/bin/backup.sh cp -R sources.bk /usr/local/etc/sources.bk cp -R backup.sh.1 /usr/local/share/man/man1/backup.sh.1