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 18:50:18 +0000
commit5f0586d3f03c3728ee84eb90f9dbab47b3f7f7bb (patch)
tree6de05a335fca4d3fe4d504d5024b2883e059b20c
parent0389dbbaef9de59189fd95fb6586f9430c4556bf (diff)
downloadsetup-box-5f0586d3f03c3728ee84eb90f9dbab47b3f7f7bb.tar.bz2
setup-box-5f0586d3f03c3728ee84eb90f9dbab47b3f7f7bb.tar.xz
Makefile: fixing install command
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 82fc45f..516ff88 100644
--- a/Makefile
+++ b/Makefile
@@ -14,13 +14,10 @@ MISC_FILES := README \
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)
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)
sed -e 's:@VERSION@:$(VERSION):g' -i $(SBIN_DIR)/$(SBIN_FILES)
- cp json/* $(JSON_DIR)
cp $(MISC_FILES) $(CONFIG_DIR)