diff options
| author | Haz <hyphens@pm.me> | 2020-08-13 17:39:40 +0000 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-08-13 19:51:50 +0200 |
| commit | d65fa4e1b2c4540c3f2ccc6e88f8aff92060f4c3 (patch) | |
| tree | 4ee20f00aca481013c23dd0226c5dc164434dfe9 | |
| parent | 57819218dc9fcfcec75c92ae1db910c9709df379 (diff) | |
| download | kristall-d65fa4e1b2c4540c3f2ccc6e88f8aff92060f4c3.tar.gz | |
Correct `mkdir` command name
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
