1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

Merge in a change from some other incarnation of this file (gzip?)

* bootstrap (gnulib_tool): Skip get_translations if there is no po/ dir.
This commit is contained in:
Jim Meyering
2007-02-22 23:37:19 +01:00
parent 4e73fea3e3
commit 93f9b9be84
2 changed files with 6 additions and 1 deletions

View File

@@ -250,7 +250,9 @@ case $SKIP_PO in
WGET_COMMAND='';;
esac
get_translations po $package || exit
if test -d po; then
get_translations po $package || exit
fi
if test -d runtime-po; then
get_translations runtime-po $package-runtime || exit