diff options
Diffstat (limited to 'meta/recipes-extended/groff/groff_1.22.2.bb')
-rw-r--r-- | meta/recipes-extended/groff/groff_1.22.2.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-extended/groff/groff_1.22.2.bb b/meta/recipes-extended/groff/groff_1.22.2.bb index 227f9fa621..63f0425ea4 100644 --- a/meta/recipes-extended/groff/groff_1.22.2.bb +++ b/meta/recipes-extended/groff/groff_1.22.2.bb | |||
@@ -55,14 +55,6 @@ do_install_append() { | |||
55 | } | 55 | } |
56 | 56 | ||
57 | do_install_append_class-native() { | 57 | do_install_append_class-native() { |
58 | # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location | ||
59 | # for target as /usr/bin/perl, so fix it to /usr/bin/perl. | ||
60 | for i in afmtodit mmroff; do | ||
61 | if [ -f ${D}${bindir}/$i ]; then | ||
62 | sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' ${D}${bindir}/$i | ||
63 | fi | ||
64 | done | ||
65 | |||
66 | create_cmdline_wrapper ${D}/${bindir}/groff \ | 58 | create_cmdline_wrapper ${D}/${bindir}/groff \ |
67 | -F${STAGING_DIR_NATIVE}${datadir_native}/groff/${PV}/font \ | 59 | -F${STAGING_DIR_NATIVE}${datadir_native}/groff/${PV}/font \ |
68 | -M${STAGING_DIR_NATIVE}${datadir_native}/groff/${PV}/tmac | 60 | -M${STAGING_DIR_NATIVE}${datadir_native}/groff/${PV}/tmac |