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/nl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/nl.c') diff --git a/toys/posix/nl.c b/toys/posix/nl.c index 3dbfcfd1..b9e60ae2 100644 --- a/toys/posix/nl.c +++ b/toys/posix/nl.c @@ -7,7 +7,7 @@ * This implements a subset: only one logical page (-ip), no sections (-dfh). * todo: -lv -USE_NL(NEWTOY(nl, "v#<1=1l#w#<0=6Eb:n:s:", TOYFLAG_BIN)) +USE_NL(NEWTOY(nl, "v#<1=1l#w#<0=6Eb:n:s:", TOYFLAG_USR|TOYFLAG_BIN)) config NL bool "nl" -- cgit v1.2.3