Hack repo to allow building with rust cook

This commit is contained in:
Jeremy Soller 2020-05-21 12:50:39 -06:00
parent 28180c39ff
commit 5b47f0e63e
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -22,6 +22,12 @@ fi
for recipe in $recipes
do
if [ -e "recipes/$recipe/recipe.toml" ]
then
cargo run --release -- "$recipe"
continue
fi
if [ ! -d "recipes/$recipe/source/" ]
then
echo -e "\033[01;38;5;155mrepo - fetching $recipe\033[0m" >&2