summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-05-08 13:36:26 +0000
committerAlan Lacerda <alacerda@alpinelinux.org>2015-05-08 13:36:26 +0000
commit8ccacc653d25465d4d90a43b8077b51e17cb89a4 (patch)
treec1192d4a4490646540bdf5af37f6f4cc3cd0fd7c
parent0389dbbaef9de59189fd95fb6586f9430c4556bf (diff)
downloadsetup-box-0.1.0_rc5.tar.bz2
setup-box-0.1.0_rc5.tar.xz
Makefile: fixinf install commandv0.1.0_rc5
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82fc45f..bb45c2f 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ DESC="A tool to setup a variety of Alpine Linux Environmets"
install: $(SBIN_FILES)
$(eval $(call mkdir -p,$($(JSON_DIR))))
- install -m 755 $(SBIN_FILES) $(SBIN_DIR)
+ $(eval $(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)
sed -e 's:@DEPS@:$(DEPS):g' -i $(SBIN_DIR)/$(SBIN_FILES)