mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
unstage and untar when updating in update-packages.sh
This commit is contained in:
parent
571455c972
commit
cd6d1f35d2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user