Build legacy packaging for pkgar recipes

This commit is contained in:
Jeremy Soller 2020-10-06 10:21:20 -06:00
parent 48b786e6d8
commit 1d73c7986f
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -25,6 +25,10 @@ do
if [ -e "recipes/$recipe/recipe.toml" ]
then
target/release/cook "$recipe"
echo -e "\033[01;38;5;155mrepo - legacy tar for $recipe\033[0m" >&2
./cook.sh "$recipe" tar
continue
fi