diff options
Diffstat (limited to 'meta/recipes-devtools/help2man')
-rw-r--r-- | meta/recipes-devtools/help2man/help2man_1.48.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/help2man/help2man_1.48.3.bb b/meta/recipes-devtools/help2man/help2man_1.48.3.bb index a612c0896c..d24e6c446e 100644 --- a/meta/recipes-devtools/help2man/help2man_1.48.3.bb +++ b/meta/recipes-devtools/help2man/help2man_1.48.3.bb | |||
@@ -16,7 +16,7 @@ EXTRA_AUTORECONF += "--exclude=aclocal" | |||
16 | 16 | ||
17 | EXTRA_OECONF = "--disable-nls" | 17 | EXTRA_OECONF = "--disable-nls" |
18 | 18 | ||
19 | do_install_append () { | 19 | do_install:append () { |
20 | # Make sure we use /usr/bin/env perl | 20 | # Make sure we use /usr/bin/env perl |
21 | sed -i -e "1s:#!.*:#! /usr/bin/env perl:" ${D}${bindir}/help2man | 21 | sed -i -e "1s:#!.*:#! /usr/bin/env perl:" ${D}${bindir}/help2man |
22 | } | 22 | } |