]> git.saurik.com Git - bison.git/blobdiff - bootstrap
* bootstrap: Change translation URL.
[bison.git] / bootstrap
index 59766a5561864727f849da86f38b39074632fdff..ac187f6cde6bc0b8713e3d99c7ea76132dc6cab0 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -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