diff options
Diffstat (limited to 'packages/ngrep')
-rw-r--r-- | packages/ngrep/ngrep_1.42.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ngrep/ngrep_1.42.bb b/packages/ngrep/ngrep_1.42.bb index 31b462fb33..64970ab994 100644 --- a/packages/ngrep/ngrep_1.42.bb +++ b/packages/ngrep/ngrep_1.42.bb @@ -15,6 +15,6 @@ inherit autotools CFLAGS += '-DDROPPRIVS_ONLY_ROOT=0 -DDROPPRIVS_USER=\""nobody\"" -DUSE_DROPPRIVS=1' do_install () { - install -d ${D}/${bindir} - install -m 0755 ngrep ${D}/${bindir}/ + install -d ${D}${bindir} + install -m 0755 ngrep ${D}${bindir}/ } |