summaryrefslogtreecommitdiffstats
path: root/source/l/qt5/profile.d/qt5.csh
diff options
context:
space:
mode:
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
commite8146270ac7203910b232b0175e5f0c301d3fab4 (patch)
treefc181f43aafbde6f66ccf6e9ccf5ed61e8d3645f /source/l/qt5/profile.d/qt5.csh
parent38ded33bfebd35489efedda054da4c8f1132f12f (diff)
downloadcurrent-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 '')
-rw-r--r--source/l/qt5/profile.d/qt5.csh2
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