Check for source, not build, when updating

This commit is contained in:
Jeremy Soller 2017-07-26 20:35:07 -06:00
parent 742340a220
commit 3e0bc79bb9

View File

@ -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