template.sh: fix installing targets

The default value for $MKDIR was missing.
This commit is contained in:
Pierre Pronchery 2022-10-06 23:28:36 +02:00
parent db0c772be7
commit d966d3b5b6

View File

@ -31,6 +31,7 @@ DATABASEDIR="../data"
PROGNAME="template.sh"
#executables
DEBUG="_debug"
MKDIR="mkdir -p"
INSTALL="install -m 0644"
RM="rm -f"
SED="sed"