From 8ccacc653d25465d4d90a43b8077b51e17cb89a4 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3