From 5b47f0e63e4db728035654439b0fbd999a71e493 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Thu, 21 May 2020 12:50:39 -0600 Subject: [PATCH] Hack repo to allow building with rust cook --- repo.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/repo.sh b/repo.sh index 5084f866b..a2792d0b9 100755 --- a/repo.sh +++ b/repo.sh @@ -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 -- GitLab