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/pmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/pmap.c') diff --git a/toys/other/pmap.c b/toys/other/pmap.c index 9b29bacd..1641c95c 100644 --- a/toys/other/pmap.c +++ b/toys/other/pmap.c @@ -5,7 +5,7 @@ * * No Standard. -USE_PMAP(NEWTOY(pmap, "<1xq", TOYFLAG_BIN)) +USE_PMAP(NEWTOY(pmap, "<1xq", TOYFLAG_USR|TOYFLAG_BIN)) config PMAP bool "pmap" -- cgit v1.2.3