Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=18d66b7e0e3de54bde5743ddf585726e4c0d4e0c

commit 18d66b7e0e3de54bde5743ddf585726e4c0d4e0c
Author: Michel Hermier <herm...@frugalware.org>
Date:   Sun Jul 19 23:33:35 2009 +0200

include/thunderbird-i18n.sh

* Use eval instead of $(...) in up2date to try to please the mail check.
* Use noversrc, i18n .xpi have no version.

diff --git a/source/include/thunderbird-i18n.sh 
b/source/include/thunderbird-i18n.sh
index 7d52962..45cfc84 100644
--- a/source/include/thunderbird-i18n.sh
+++ b/source/include/thunderbird-i18n.sh
@@ -31,10 +31,10 @@
# * groups()
# * archs()
###
-up2date="$(_F_archive_name="thunderbird"; Flastarchive 
http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/source 
'-source\.tar\.bz2')"
+up2date="eval \"_F_archive_name=thunderbird; Flastarchive 
http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/source 
'-source\.tar\.bz2'\""
url="http://www.mozilla.org/projects/l10n/mlp.html";
source=(http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi/$_F_thunderbird_lang.xpi)
-options=('scriptlet' 'genscriptlet')
+options=('scriptlet' 'genscriptlet' 'noversrc')
install=${Fsrcdir%/src}/thunderbird-i18n.install
rodepends=("thunderbird>=$pkgver")
makedepends=('unzip')
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to