diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-03-21 07:31:06 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-03-21 16:59:45 +0100 |
commit | e8146270ac7203910b232b0175e5f0c301d3fab4 (patch) | |
tree | fc181f43aafbde6f66ccf6e9ccf5ed61e8d3645f /source/l | |
parent | 38ded33bfebd35489efedda054da4c8f1132f12f (diff) | |
download | current-e8146270ac7203910b232b0175e5f0c301d3fab4.tar.gz current-e8146270ac7203910b232b0175e5f0c301d3fab4.tar.xz |
Mon Mar 21 07:31:06 UTC 202220220321073106
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.
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/qt5/profile.d/qt5.csh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |