diff --git a/update.sh b/update.sh index ffa215c0c..e9604c4a8 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