From 04121cc36e4cbf3d7302c0d0b9db5916bb9f75d3 Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Tue, 5 May 2020 11:02:15 -0400 Subject: [PATCH] Change single quotes to double in qtcore dependency --- Building/Linux/mkDistDeb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building/Linux/mkDistDeb.sh b/Building/Linux/mkDistDeb.sh index e0ccd127..c0417773 100755 --- a/Building/Linux/mkDistDeb.sh +++ b/Building/Linux/mkDistDeb.sh @@ -162,7 +162,7 @@ fpm --input-type dir --output-type deb \ --depends $dblPkg \ --depends libpcre16-3 \ --depends qttranslations5-l10n \ - --depends 'libqt5core5a > $qtver' \ + --depends "libqt5core5a > $qtver" \ --depends libqt5serialport5 \ --depends libqt5xml5 \ --depends libqt5network5 \