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