From d65fa4e1b2c4540c3f2ccc6e88f8aff92060f4c3 Mon Sep 17 00:00:00 2001 From: Haz Date: Thu, 13 Aug 2020 17:39:40 +0000 Subject: Correct `mkdir` command name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5668c79..eb28654 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ INSTALL_DATA=$(INSTALL) -m 644 # Directories into which to install the various files bindir=$(DESTDIR)$(PREFIX)/bin sharedir=$(DESTDIR)$(PREFIX)/share -MAKEDIR=makedir -p +MAKEDIR=mkdir -p # Default Qmake Command For Ubuntu (and probably other Debian) distributions -- cgit v1.2.3