* bootstrap: Change translation URL.

This commit is contained in:
Paul Eggert
2005-03-21 22:36:41 +00:00
parent 65211d70bc
commit ff498c4aed
2 changed files with 8 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ case $SKIP_PO in
(cd po &&
rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'` &&
wget -nv -nd -r -l 1 -A .po -C off \
http://www2.iro.umontreal.ca/~gnutra/po/maint/$package/ &&
http://www.iro.umontreal.ca/translation/maint/$package/ &&
ls *.po | sed 's/\.po$//' >LINGUAS
) || exit;;
esac