diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/busybox/busybox.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 4827d08215..5e91a263dd 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc | |||
@@ -415,6 +415,7 @@ pkg_prerm_${PN} () { | |||
415 | ln -s ${base_bindir}/busybox $tmpdir/sed | 415 | ln -s ${base_bindir}/busybox $tmpdir/sed |
416 | ln -s ${base_bindir}/busybox $tmpdir/sort | 416 | ln -s ${base_bindir}/busybox $tmpdir/sort |
417 | ln -s ${base_bindir}/busybox $tmpdir/grep | 417 | ln -s ${base_bindir}/busybox $tmpdir/grep |
418 | ln -s ${base_bindir}/busybox $tmpdir/tail | ||
418 | export PATH=$PATH:$tmpdir | 419 | export PATH=$PATH:$tmpdir |
419 | } | 420 | } |
420 | 421 | ||