diff options
| -rw-r--r-- | meta/recipes-extended/groff/groff_1.18.1.4.bb | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/meta/recipes-extended/groff/groff_1.18.1.4.bb b/meta/recipes-extended/groff/groff_1.18.1.4.bb index 9838698010..28105f8b43 100644 --- a/meta/recipes-extended/groff/groff_1.18.1.4.bb +++ b/meta/recipes-extended/groff/groff_1.18.1.4.bb | |||
| @@ -21,16 +21,10 @@ SRC_URI[md5sum] = "ceecb81533936d251ed015f40e5f7287" | |||
| 21 | SRC_URI[sha256sum] = "ff3c7c3b6cae5e8cc5062a144de5eff0022e8e970e1774529cc2d5dde46ce50d" | 21 | SRC_URI[sha256sum] = "ff3c7c3b6cae5e8cc5062a144de5eff0022e8e970e1774529cc2d5dde46ce50d" |
| 22 | PARALLEL_MAKE = "" | 22 | PARALLEL_MAKE = "" |
| 23 | 23 | ||
| 24 | |||
| 25 | do_configure (){ | 24 | do_configure (){ |
| 26 | oe_runconf | 25 | oe_runconf |
| 27 | } | 26 | } |
| 28 | 27 | ||
| 29 | do_install_prepend() { | ||
| 30 | install -m 0755 -d ${D} | ||
| 31 | } | ||
| 32 | |||
| 33 | |||
| 34 | do_install_append() { | 28 | do_install_append() { |
| 35 | mkdir -p ${D}${sysconfdir}/groff | 29 | mkdir -p ${D}${sysconfdir}/groff |
| 36 | cp -rf ${D}${datadir}/groff/site-tmac/* ${D}${sysconfdir}/groff/ | 30 | cp -rf ${D}${datadir}/groff/site-tmac/* ${D}${sysconfdir}/groff/ |
| @@ -38,8 +32,8 @@ do_install_append() { | |||
| 38 | } | 32 | } |
| 39 | 33 | ||
| 40 | pkg_postinst_${PN}() { | 34 | pkg_postinst_${PN}() { |
| 41 | ln -s ${bindir}/tbl ${bindir}/gtbl | 35 | ln -s tbl $D${bindir}/gtbl |
| 42 | echo "export GROFF_FONT_PATH=/usr/share/groff/${PV}/font" >> ${sysconfdir}/profile | 36 | echo "export GROFF_FONT_PATH=/usr/share/groff/${PV}/font" >> $D${sysconfdir}/profile |
| 43 | echo "export GROFF_TMAC_PATH=/usr/share/groff/${PV}/tmac" >> ${sysconfdir}/profile | 37 | echo "export GROFF_TMAC_PATH=/usr/share/groff/${PV}/tmac" >> $D${sysconfdir}/profile |
| 44 | } | 38 | } |
| 45 | 39 | ||
