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:
Yuchen Lin 2020-05-26 15:18:59 +00:00 committed by Git OBS Bridge
commit 0b449427ef
2 changed files with 6 additions and 1 deletions

View File

@ -250,7 +250,7 @@ getlang() {
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} ..."
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"
chmod -R a+r ${GNUHEALTH_DIR}
cli_msg "INFO" "Read permissions set"

View File

@ -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>