From 3e0bc79bb96cf33ffa374925abc882175742c95a Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Wed, 26 Jul 2017 20:35:07 -0600
Subject: [PATCH] Check for source, not build, when updating

---
 update.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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