Browse Source

Use the ERLANG_MK_TMP variable in plugins/ci.mk

Loïc Hoguin 8 years ago
parent
commit
2a8d20376f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/ci.mk

+ 1 - 1
plugins/ci.mk

@@ -10,7 +10,7 @@ ci::
 else
 
 ifeq ($(strip $(KERL)),)
-KERL := $(CURDIR)/.erlang.mk/kerl/kerl
+KERL := $(ERLANG_MK_TMP)/kerl/kerl
 endif
 
 export KERL