From f158c12fb7f63b14d9ace73683383224e08e522e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 11 May 2019 10:58:29 -0600 Subject: [PATCH] Switch uutils branch to redox-unix --- recipes/uutils/recipe.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/uutils/recipe.sh b/recipes/uutils/recipe.sh index 1e1748f28..e032fe5ad 100644 --- a/recipes/uutils/recipe.sh +++ b/recipes/uutils/recipe.sh @@ -1,4 +1,5 @@ GIT=https://gitlab.redox-os.org/redox-os/uutils.git +BRANCH=redox-unix GIT_UPSTREAM=https://github.com/uutils/coreutils.git CARGOFLAGS="--no-default-features --features redox --bin uutils -- -C lto"