Skip to content

Commit

Permalink
Initial checkout of PO files base directory now works.
Browse files Browse the repository at this point in the history
svn path=/src/trunk/; revision=18089
  • Loading branch information
dwaynebailey committed Mar 18, 2012
1 parent 0ea4794 commit b6e598b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/mozilla/build_firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,14 @@ if [ $opt_vc ]; then
(find ${MOZCENTRAL_DIR} -name '*.orig' | xargs --no-run-if-empty rm)
fi

cd ${L10N_DIR}
[ $opt_vc ] && if [ -d ${PO_DIR} ]; then
svn up --depth=files ${PO_DIR}
else
svn co --depth=files https://zaf.svn.sourceforge.net/svnroot/zaf/trunk/po/fftb ${PO_DIR}
fi

# Update all Mercurial-managed languages
cd ${L10N_DIR}
for lang in ${HG_LANGS}
do
if [ $opt_vc ]; then
Expand Down

0 comments on commit b6e598b

Please sign in to comment.