From f3f90fc882a84ff324c845fd41b1aa41335a7fa3c99e641e8794ecdcbb38be37 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Tue, 19 May 2020 19:05:54 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=66 --- gnuhealth-control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnuhealth-control b/gnuhealth-control index 907dfab..8ce63e5 100644 --- a/gnuhealth-control +++ b/gnuhealth-control @@ -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" From 4c11f2dbdc040f27600c823441d2b1fa9db551fef98c593c810eda333480b35a Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Thu, 21 May 2020 09:06:14 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=67 --- gnuhealth.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnuhealth.changes b/gnuhealth.changes index 31c7470..8d03d8f 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 21 09:06:00 UTC 2020 - Axel Braun + +- fixed different behviour of bsdtar in script and shell (gnuhealth-control) + ------------------------------------------------------------------- Tue May 19 09:25:34 UTC 2020 - Axel Braun