From cd6d1f35d29e7efbf50a7f94fb14ce84c333b20e Mon Sep 17 00:00:00 2001
From: Ian Douglas Scott <ian@iandouglasscott.com>
Date: Sat, 8 Apr 2017 15:50:14 -0700
Subject: [PATCH] unstage and untar when updating in update-packages.sh

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

diff --git a/update-packages.sh b/update-packages.sh
index 038505181..a5b8e2255 100755
--- a/update-packages.sh
+++ b/update-packages.sh
@@ -26,7 +26,7 @@ do
             echo "$recipe: up to date (version $newver)."
         else
             echo "$recipe: updating $oldver -> $newver..."
-    	    ./cook.sh $recipe dist
+            ./cook.sh $recipe unstage untar dist
             publish="${publish} $recipe"
         fi
     fi
-- 
GitLab