summaryrefslogtreecommitdiffstats
path: root/mklangsource.sh
diff options
context:
space:
mode:
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"