From ccccacd88dcc9a2467e0a61a0ca108b9d290408f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 4 Nov 2024 16:52:57 +0100 Subject: [PATCH] Makefile: Create install directories. Sometimes these directories may not exist. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4ba8b72..85bba15 100644 --- a/Makefile +++ b/Makefile @@ -53,5 +53,7 @@ distclean: clean $(RM) menu-helper install: menu-helper menu-helper.1.gz + install -d $(PREFIX)/bin install -m 755 menu-helper $(PREFIX)/bin/ + install -d $(PREFIX)/share/man/man1 install -m 644 menu-helper.1.gz $(PREFIX)/share/man/man1/