mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
Fix Ghostscript upgrade condition²
This commit is contained in:
parent
6d8384738f
commit
ae55d77ae6
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ popd
|
||||||
#=================================================
|
#=================================================
|
||||||
# BUILD GHOSTCRIPT SPECIFIC VERSION
|
# BUILD GHOSTCRIPT SPECIFIC VERSION
|
||||||
#=================================================
|
#=================================================
|
||||||
if ! dpkg --compare-versions "$($install_dir/ghostscript/bin/gs --version &>/dev/null)" ge "10.02.1"
|
if ! dpkg --compare-versions "$($install_dir/ghostscript/bin/gs --version 2>/dev/null)" ge "10.02.1"
|
||||||
then
|
then
|
||||||
ynh_script_progression --message="Building Ghostscript dependency... (this will take a long time!)"
|
ynh_script_progression --message="Building Ghostscript dependency... (this will take a long time!)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue