summaryrefslogtreecommitdiffstats
path: root/recipes-extended/groff/groff_1.18.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/groff/groff_1.18.1.4.bb')
-rw-r--r--recipes-extended/groff/groff_1.18.1.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/groff/groff_1.18.1.4.bb b/recipes-extended/groff/groff_1.18.1.4.bb
index a31cbf1..84b0d78 100644
--- a/recipes-extended/groff/groff_1.18.1.4.bb
+++ b/recipes-extended/groff/groff_1.18.1.4.bb
@@ -30,7 +30,7 @@ do_configure (){
30 oe_runconf 30 oe_runconf
31} 31}
32 32
33do_install_append() { 33do_install:append() {
34 # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location 34 # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location
35 # for target as /usr/bin/perl, so fix it to /usr/bin/perl. 35 # for target as /usr/bin/perl, so fix it to /usr/bin/perl.
36 for i in afmtodit mmroff; do 36 for i in afmtodit mmroff; do
@@ -44,7 +44,7 @@ do_install_append() {
44 cp -rf ${D}${datadir}/groff/site-tmac/* ${D}${datadir}/groff/${PV}/tmac/ 44 cp -rf ${D}${datadir}/groff/site-tmac/* ${D}${datadir}/groff/${PV}/tmac/
45} 45}
46 46
47pkg_postinst_${PN}() { 47pkg_postinst:${PN}() {
48 ln -s tbl $D${bindir}/gtbl 48 ln -s tbl $D${bindir}/gtbl
49 echo "export GROFF_FONT_PATH=/usr/share/groff/${PV}/font" >> $D${sysconfdir}/profile 49 echo "export GROFF_FONT_PATH=/usr/share/groff/${PV}/font" >> $D${sysconfdir}/profile
50 echo "export GROFF_TMAC_PATH=/usr/share/groff/${PV}/tmac" >> $D${sysconfdir}/profile 50 echo "export GROFF_TMAC_PATH=/usr/share/groff/${PV}/tmac" >> $D${sysconfdir}/profile