Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493132 - Broken english in ebuild for mail-client/thunderbird-24.1.1
Summary: Broken english in ebuild for mail-client/thunderbird-24.1.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-02 14:17 UTC by Guido Winkelmann
Modified: 2013-12-12 15:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Winkelmann 2013-12-02 14:17:26 UTC
The ebuild for mail-client/thunderbird-24.1.1 contains a minor grammatical mistake on line 306:

pkg_postinst() {
    elog
    elog "If you are experience problems with plugins please issue the"
    elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite ,"
    elog "then restart thunderbird"
}


Reproducible: Always

Steps to Reproduce:
1. Emerge thunderbird
2. Read the postinst message
Actual Results:  
Postinst message has a grammar error

Expected Results:  
Postinst message should not have a grammar error
Comment 1 Agostino Sarubbo gentoo-dev 2013-12-02 15:49:15 UTC
here, the line 306 is:

newicon "${S}"/other-licenses/branding/thunderbird/content/icon48.png thunderbird-icon.png


Could you explain where you see the error?
Comment 2 Jory A. Pratt gentoo-dev 2013-12-02 15:54:00 UTC
(In reply to Guido Winkelmann from comment #0)
> pkg_postinst() {
>     elog
>     elog "If you are experience problems with plugins please issue the"
>     elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite ,"
>     elog "then restart thunderbird"
> }

Simply need to drop 'are' from the line and it would be fine.
Comment 3 Jory A. Pratt gentoo-dev 2013-12-12 15:50:51 UTC
Fixed in 24.2.0 thanks for reporting.