From 4db06b64b32efb8dc26423e28b2c857a113ee99e Mon Sep 17 00:00:00 2001 From: Alan Lacerda Date: Fri, 8 May 2015 13:36:26 +0000 Subject: Makefile: fixinf install command --- Makefile | 3 --- 1 file changed, 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) -- cgit v1.2.3