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/paste.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/paste.c') diff --git a/toys/posix/paste.c b/toys/posix/paste.c index 872a744f..7d9ba947 100644 --- a/toys/posix/paste.c +++ b/toys/posix/paste.c @@ -6,7 +6,7 @@ * * Deviations from posix: the FILE argument isn't mandatory, none == '-' -USE_PASTE(NEWTOY(paste, "d:s", TOYFLAG_BIN|TOYFLAG_LOCALE)) +USE_PASTE(NEWTOY(paste, "d:s", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LOCALE)) config PASTE bool "paste" -- cgit v1.2.3