From f1a9f6c690a24948d81664ea3c64a11a4189518a Mon Sep 17 00:00:00 2001 From: Carlos Vieira Date: Mon, 30 Mar 2020 15:09:26 -0300 Subject: [PATCH] Corrigi build quando diretorio estiver limpo. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8521bde..fbdbd1f 100755 --- a/build.sh +++ b/build.sh @@ -40,7 +40,7 @@ then cd ../recipes/default if test ! -d "../../templates/$profile" then - ln -s ../../recipes/$profile/build ../../app/templates/$ + ln -s ../../recipes/default/build ../../app/templates/default fi sh ./compile.sh cd ../../app -- libgit2 0.21.2