OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=34
This commit is contained in:
parent
6e15c6f0ec
commit
4998599e27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user