From 74f0fd12cc69b32ad022b5714ffa40a52cfa2405 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 1 Apr 2017 15:27:08 +0430 Subject: th elocation fo the config file has been changed when you run make install --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c938515..d73a6b5 100644 --- a/makefile +++ b/makefile @@ -62,7 +62,7 @@ install: chmod +x ./extra-tools/ReportPrintPretty.sh chmod +x ./extra-tools/precommitTests.sh if [[ ! -d "./temp" ]]; then mkdir temp; fi - $(shell echo MUTATOR_HOME=$$(pwd) > mutator.config) + $(shell echo MUTATOR_HOME=$$(pwd) > ./daemon/mutator.config) help: @echo '- There is help.' -- cgit v1.2.3