http://bugs.openembedded.org/show_bug.cgi?id=850
------- Additional Comments From [EMAIL PROTECTED] 2006-04-21 03:22 ------- Instead of symlinking, I use this 'wrapper' script placed in /usr/local/bin: #!/bin/sh # man wrapper export GROFF_FONT_PATH='/usr/share/groff/1.19.1/font' export GROFF_TMAC_PATH='/usr/share/groff/1.19.1/tmac:/usr/share/groff/site-tmac' unset PAGER /usr/bin/man $@ Still a hack to make it work. The package needs to be fixed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
