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/other/timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/timeout.c') diff --git a/toys/other/timeout.c b/toys/other/timeout.c index 51e3a7e3..4c5bc48d 100644 --- a/toys/other/timeout.c +++ b/toys/other/timeout.c @@ -4,7 +4,7 @@ * * No standard -USE_TIMEOUT(NEWTOY(timeout, "<2^vk:s: ", TOYFLAG_BIN)) +USE_TIMEOUT(NEWTOY(timeout, "<2^vk:s: ", TOYFLAG_USR|TOYFLAG_BIN)) config TIMEOUT bool "timeout" -- cgit v1.2.3