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
build.sh
... ... @@ -40,7 +40,7 @@ then
40 40 cd ../recipes/default
41 41 if test ! -d "../../templates/$profile"
42 42 then
43   - ln -s ../../recipes/$profile/build ../../app/templates/$
  43 + ln -s ../../recipes/default/build ../../app/templates/default
44 44 fi
45 45 sh ./compile.sh
46 46 cd ../../app
... ...