forked from pool/gnuhealth
OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=66
This commit is contained in:
parent
edb52a1aca
commit
c46dcbd0d9
@ -250,7 +250,7 @@ getlang() {
|
|||||||
wget ${TRANSLATE_URL}/export/?path=/${lang_to_install}/GNUHEALTH/ -O $UPDATE_DOWNLOAD_DIR/${lang_file} || exit 1
|
wget ${TRANSLATE_URL}/export/?path=/${lang_to_install}/GNUHEALTH/ -O $UPDATE_DOWNLOAD_DIR/${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} ..."
|
||||||
|
|
||||||
bsdtar --strip-components 3 --exclude *webdav3* --exclude *caldav* -xzf $UPDATE_DOWNLOAD_DIR/${lang_file} || exit 1
|
bsdtar --strip-components 3 -xzf $UPDATE_DOWNLOAD_DIR/${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"
|
||||||
chmod -R a+r ${GNUHEALTH_DIR}
|
chmod -R a+r ${GNUHEALTH_DIR}
|
||||||
cli_msg "INFO" "Read permissions set"
|
cli_msg "INFO" "Read permissions set"
|
||||||
|
Loading…
Reference in New Issue
Block a user