diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-11-12 17:38:26 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-11-12 17:38:26 +0100 |
commit | b7f7bfa66831b3339e8ad58674b0356ee737e589 (patch) | |
tree | 276421c8c25be695029ea172c1d0d913617fd347 /mklangsource.sh | |
parent | d17609f7ea513a65d57e5eb266bfdad2b0ebffbb (diff) |
Lightning 1.0rc2 for Thunderbird 8.0
Diffstat (limited to 'mklangsource.sh')
-rwxr-xr-x | mklangsource.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mklangsource.sh b/mklangsource.sh index 964937e..437add2 100755 --- a/mklangsource.sh +++ b/mklangsource.sh @@ -1,7 +1,7 @@ #!/bin/bash # This checks out and builds the language sources. The lightning source needs # to already be unpacked -locales=$PWD/thunderbird-lightning-1.0/comm-release/calendar/locales/shipped-locales +locales=$PWD/thunderbird-lightning-1.0/comm-beta/calendar/locales/shipped-locales if [ ! -f $locale ] then echo "ERROR: missing $locales, try fedpkg prep first" |