Commit f1a9f6c690a24948d81664ea3c64a11a4189518a

Authored by Carlos Vieira
1 parent f3560e05
Exists in master

Corrigi build quando diretorio estiver limpo.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -40,7 +40,7 @@ then @@ -40,7 +40,7 @@ then
40 cd ../recipes/default 40 cd ../recipes/default
41 if test ! -d "../../templates/$profile" 41 if test ! -d "../../templates/$profile"
42 then 42 then
43 - ln -s ../../recipes/$profile/build ../../app/templates/$ 43 + ln -s ../../recipes/default/build ../../app/templates/default
44 fi 44 fi
45 sh ./compile.sh 45 sh ./compile.sh
46 cd ../../app 46 cd ../../app