| Bug#: 147343 | Product: Gentoo Linux | Version: 2006.0 | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: bug-wranglers@gentoo.org | Reported By: lucamarturana@gmail.com | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: games-board/glchess-0.9.8 doesn't install translations | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-09-12 09:43 0000 | |||
| Description: | Opened: 2006-09-12 09:43 0000 |
games-board/glchess-0.9.8 doesn't install gettext translations.
Created an attachment (id=96806) [details]
glchess-0.9.8.ebuild
I added "emake DESTDIR=${D} install" on src_install function, so the gettext
locale is installed as well. The author of the software uses distutils for all
the part of the software except the gettext translations that are installed
with make.
Added nls support to the ebuild. Thanks for the bug report.