Date: Thursday, December 30, 2010 @ 13:15:57 Author: ibiru Revision: 104197
upgpkg: thunderbird 3.1.7-3 accomodate dictionaries location Modified: thunderbird/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-12-30 18:08:33 UTC (rev 104196) +++ PKGBUILD 2010-12-30 18:15:57 UTC (rev 104197) @@ -4,7 +4,7 @@ # Contributor: Anders Bostrom <[email protected]> pkgname=thunderbird pkgver=3.1.7 -pkgrel=2 +pkgrel=3 pkgdesc="Standalone Mail/News reader" arch=('i686' 'x86_64') license=('MPL' 'GPL') @@ -52,7 +52,7 @@ #Remove included dictionaries, add symlink to system myspell path. #Note: this will cause file conflicts when users have installed dictionaries in the old location rm -rf "${pkgdir}/usr/lib/thunderbird-3.1/dictionaries" - ln -sf /usr/share/myspell "${pkgdir}/usr/lib/thunderbird-3.1/dictionaries" + ln -sf /usr/share/myspell/dicts "${pkgdir}/usr/lib/thunderbird-3.1/dictionaries" rm -rf "${pkgdir}/usr/bin/defaults"
