Accepting request 807978 from Application:ERP:GNUHealth:Factory
- fixed different behviour of bsdtar in script and shell (gnuhealth-control) OBS-URL: https://build.opensuse.org/request/show/807978 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=42
This commit is contained in:
commit
0b449427ef
@ -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"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 21 09:06:00 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- fixed different behviour of bsdtar in script and shell (gnuhealth-control)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 19 09:25:34 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
Tue May 19 09:25:34 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user