unstage and untar when updating in update-packages.sh

This commit is contained in:
Ian Douglas Scott 2017-04-08 15:50:14 -07:00
parent 571455c972
commit cd6d1f35d2
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959

View File

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