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"
|
PROGNAME="template.sh"
|
||||||
#executables
|
#executables
|
||||||
DEBUG="_debug"
|
DEBUG="_debug"
|
||||||
|
MKDIR="mkdir -p"
|
||||||
INSTALL="install -m 0644"
|
INSTALL="install -m 0644"
|
||||||
RM="rm -f"
|
RM="rm -f"
|
||||||
SED="sed"
|
SED="sed"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user