From b8070a742549e418e5e96e69cfd88f7e8d41880e Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 25 Jan 2019 07:33:48 -0600 Subject: OpenEmbedded needs commands installed in specific places. --- toys/posix/nice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/nice.c') diff --git a/toys/posix/nice.c b/toys/posix/nice.c index 57feffe1..ca5e2224 100644 --- a/toys/posix/nice.c +++ b/toys/posix/nice.c @@ -4,7 +4,7 @@ * * See http://opengroup.org/onlinepubs/9699919799/utilities/nice.html -USE_NICE(NEWTOY(nice, "^<1n#", TOYFLAG_USR|TOYFLAG_BIN)) +USE_NICE(NEWTOY(nice, "^<1n#", TOYFLAG_BIN)) config NICE bool "nice" -- cgit v1.2.3