aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaz <hyphens@pm.me>2020-08-13 17:39:40 +0000
committerFelix Queißner <felix@ib-queissner.de>2020-08-13 19:51:50 +0200
commitd65fa4e1b2c4540c3f2ccc6e88f8aff92060f4c3 (patch)
tree4ee20f00aca481013c23dd0226c5dc164434dfe9
parent57819218dc9fcfcec75c92ae1db910c9709df379 (diff)
downloadkristall-d65fa4e1b2c4540c3f2ccc6e88f8aff92060f4c3.tar.gz
Correct `mkdir` command name
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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