Hackfix python-barcode support for GNU Health

This commit is contained in:
Disassembler 2019-03-19 18:21:10 +01:00
parent cd6ea369d7
commit 91b1cfb08c
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -18,6 +18,9 @@ RUN EOF
tar xzf /tmp/gnuhealth.tgz -C /srv
mv /srv/gnuhealth-3.4.0 /srv/install
# Hackfix python-barcode support (will work in 3.4.1 - see http://hg.savannah.gnu.org/hgweb/health/rev/61b7bc7b1a78)
sed -i 's/pybarcode/python-barcode/' /srv/install/gnuhealth-setup
# Clone Sao (Tryton web client) repository
git clone -b 4.6 --single-branch --depth 1 https://github.com/tryton/sao /srv/gnuhealth/sao