diff --git a/update.sh b/update.sh index ffa215c0c0702bfb05888f855750284cdcf041cc..e9604c4a8acb911b5b2874a7f1b41ec34c88c534 100755 --- a/update.sh +++ b/update.sh @@ -12,7 +12,7 @@ fi for recipe in $recipes do - if [ -d "recipes/$recipe/build" ] + if [ -d "recipes/$recipe/source" ] then ./cook.sh "$recipe" update fi