From 763bd817cbbb1cfb0a243424521c9b92de4ae7ee Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Wed, 3 Mar 2021 09:50:03 +0100 Subject: Adds missing mkdir. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 99c35ac..cebdc0d 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ install: kristall $(MAKEDIR) $(sharedir)/icons/hicolor/128x128/apps/ $(MAKEDIR) $(sharedir)/applications/ $(MAKEDIR) $(sharedir)/mime/packages/ + $(MAKEDIR) $(mandir) $(MAKEDIR) $(bindir) # Install files -- cgit v1.2.3