template.sh: fix installing targets
The default value for $MKDIR was missing.
This commit is contained in:
parent
db0c772be7
commit
d966d3b5b6
|
@ -31,6 +31,7 @@ DATABASEDIR="../data"
|
|||
PROGNAME="template.sh"
|
||||
#executables
|
||||
DEBUG="_debug"
|
||||
MKDIR="mkdir -p"
|
||||
INSTALL="install -m 0644"
|
||||
RM="rm -f"
|
||||
SED="sed"
|
||||
|
|
Loading…
Reference in New Issue
Block a user