summaryrefslogtreecommitdiffstats
path: root/mklangsource.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-11-12 17:38:26 +0100
committerRemi Collet <fedora@famillecollet.com>2011-11-12 17:38:26 +0100
commitb7f7bfa66831b3339e8ad58674b0356ee737e589 (patch)
tree276421c8c25be695029ea172c1d0d913617fd347 /mklangsource.sh
parentd17609f7ea513a65d57e5eb266bfdad2b0ebffbb (diff)
Lightning 1.0rc2 for Thunderbird 8.0
Diffstat (limited to 'mklangsource.sh')
-rwxr-xr-xmklangsource.sh2
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"