Use Redox patched findutils, uutils

This commit is contained in:
Jeremy Soller 2017-07-29 09:40:04 -06:00
parent a7065f4a90
commit e9c632537d
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
GIT=https://github.com/uutils/findutils
GIT=https://github.com/redox-os/findutils
CARGOFLAGS="--bin find"

View File

@ -1,2 +1,2 @@
GIT=https://github.com/uutils/coreutils.git
GIT=https://github.com/redox-os/uutils.git
CARGOFLAGS="--no-default-features --features redox"