Axel Braun 2019-06-11 16:10:07 +00:00 committed by Git OBS Bridge
parent 6e15c6f0ec
commit 4998599e27

View File

@ -24,7 +24,7 @@
#
##############################################################################
VERSION="3.4.0-openSUSE"
VERSION="3.4.1-openSUSE"
TRYTON_URL="http://downloads.tryton.org"
GNUHEALTH_URL="http://ftp.gnu.org/gnu/health"
@ -417,7 +417,7 @@ getlang() {
wget ${TRANSLATE_URL}/export/?path=/${lang_to_install}/GNUHEALTH/ -O /tmp/${lang_file} || exit 1
cli_msg "INFO" "Installing / Updating language files for ${lang_to_install} ..."
tar --strip-components 3 -xzf /tmp/${lang_file} || exit 1
bsdtar --strip-components 3 -xzf /tmp/${lang_file} || exit 1
cli_msg "INFO" "Language pack ${lang_to_install} sucessfully installed / updated"
cli_msg "INFO" "You now need to update the database modules"
# cd