summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-05-08 11:52:25 +0000
committerAlan Lacerda <alacerda@alpinelinux.org>2015-05-08 11:52:25 +0000
commit0389dbbaef9de59189fd95fb6586f9430c4556bf (patch)
treed891200e2146a5382e01420f66e2f439c839e921
parent53cde20098fab84a1c275eeca83b9164acebdb44 (diff)
downloadsetup-box-0389dbbaef9de59189fd95fb6586f9430c4556bf.tar.bz2
setup-box-0389dbbaef9de59189fd95fb6586f9430c4556bf.tar.xz
Makefile: fixing mkdirv0.1.0_rc4
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7510138..82fc45f 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ MISC_FILES := README \
DESC="A tool to setup a variety of Alpine Linux Environmets"
install: $(SBIN_FILES)
- mkdir -p $(JSON_DIR)
+ $(eval $(call mkdir -p,$($(JSON_DIR))))
install -m 755 $(SBIN_FILES) $(SBIN_DIR)
sed -e 's:@CONFIG_DIR@:$(CONFIG_DIR):g' -i $(SBIN_DIR)/$(SBIN_FILES)
sed -e 's:@JSON_DIR@:$(JSON_DIR):g' -i $(SBIN_DIR)/$(SBIN_FILES)