Reproducible hooks: fix version check for libxmlb2

This commit is contained in:
Roland Clobus 2022-06-01 09:58:37 +02:00
parent 17cb77ab82
commit 5b7d86686c
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ then
fi
# Don't run if the version of libxmlb2 is sufficiently new
if [ $(dpkg --compare-versions $(dpkg-query --show --showformat '${Version}\n' libxmlb2 | head -1) ge 0.3.7~) ];
if dpkg --compare-versions $(dpkg-query --show --showformat '${Version}\n' libxmlb2 | head -1) ge 0.3.7~;
then
exit 0
fi