From e8146270ac7203910b232b0175e5f0c301d3fab4 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 21 Mar 2022 07:31:06 +0000 Subject: Mon Mar 21 07:31:06 UTC 2022 l/qt5-5.15.3_20220318_e507d3e5-x86_64-1.txz: Upgraded. Pulled from git again to fix missing liblocationlabsplugin.so. Fixed syntax error in qt5.csh. Thanks to rkomar. --- source/l/qt5/profile.d/qt5.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/l/qt5') diff --git a/source/l/qt5/profile.d/qt5.csh b/source/l/qt5/profile.d/qt5.csh index 0c3f10d42..f57abef78 100644 --- a/source/l/qt5/profile.d/qt5.csh +++ b/source/l/qt5/profile.d/qt5.csh @@ -23,5 +23,5 @@ set path = ( $path $QT5DIR/bin ) # post your solution on LQ. Thanks. :-) file /bin/cat | grep -wq 32-bit if ( "$?" == "0" ) then - setenv QTWEBENGINE_CHROMIUM_FLAGS="--disable-seccomp-filter-sandbox" + setenv QTWEBENGINE_CHROMIUM_FLAGS "--disable-seccomp-filter-sandbox" endif -- cgit v1.2.3-65-gdbad