diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |