From 24dd849b213420f572e4eabb29bf9f5f3561cd5c Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 20 Jul 2024 01:43:11 -0300 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b5af06..de65729 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ LIBEXECDIR = $(PREFIX)/libexec/sourcezap SHAREDIR = $(PREFIX)/share/sourcezap install: - @find bin/ libexec/ share/ -type d -exec install -v -d $(PREFIX)/"{}" \; + @find bin/ libexec/ share/ man/ -type d -exec install -v -d $(PREFIX)/"{}" \; @find bin/ libexec/ -type f -exec install -v -m 0755 "{}" $(PREFIX)/"{}" \; @find share/ man/ -type f -exec install -v -m 0644 "{}" $(PREFIX)/"{}" \;