From 95726eb5b5085103f938092317844e9ec0ef1c1a28367995c40d9e7900402c7c Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Tue, 11 Jun 2019 16:10:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=34 --- gnuhealth-control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnuhealth-control b/gnuhealth-control index ae96b3f..c114f63 100644 --- a/gnuhealth-control +++ b/gnuhealth-control @@ -24,7 +24,7 @@ # ############################################################################## -VERSION="3.4.0-openSUSE" +VERSION="3.4.1-openSUSE" TRYTON_URL="http://downloads.tryton.org" 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 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" "You now need to update the database modules" # cd