forked from pool/gnuhealth
OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=34
This commit is contained in:
parent
761826e0ae
commit
95726eb5b5
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
VERSION="3.4.0-openSUSE"
|
VERSION="3.4.1-openSUSE"
|
||||||
|
|
||||||
TRYTON_URL="http://downloads.tryton.org"
|
TRYTON_URL="http://downloads.tryton.org"
|
||||||
GNUHEALTH_URL="http://ftp.gnu.org/gnu/health"
|
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
|
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} ..."
|
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" "Language pack ${lang_to_install} sucessfully installed / updated"
|
||||||
cli_msg "INFO" "You now need to update the database modules"
|
cli_msg "INFO" "You now need to update the database modules"
|
||||||
# cd
|
# cd
|
||||||
|
Loading…
Reference in New Issue
Block a user