Index: coreutils/GNUmakefile
===================================================================
--- coreutils.orig/GNUmakefile
+++ coreutils/GNUmakefile
@@ -27,10 +27,10 @@ CARGO  ?= cargo
 CARGOFLAGS ?=
 
 #prefix prepended to all binaries and library dir
-PROG_PREFIX ?=
+PROG_PREFIX ?= rust-
 
 # Install directories
-PREFIX ?= /usr/local
+PREFIX ?= /usr
 DESTDIR ?=
 BINDIR ?= $(PREFIX)/bin
 DATAROOTDIR ?= $(PREFIX)/share
