wrapQtAppsHook: wrap binaries in libexec

This commit is contained in:
worldofpeace 2019-07-14 00:03:34 -04:00
parent 79f2ad89b7
commit 6c057aea5c

View file

@ -77,7 +77,7 @@ wrapQtAppsHook() {
[ -z "$wrapQtAppsHookHasRun" ] || return 0 [ -z "$wrapQtAppsHookHasRun" ] || return 0
wrapQtAppsHookHasRun=1 wrapQtAppsHookHasRun=1
local targetDirs=( "$prefix/bin" ) local targetDirs=( "$prefix/bin" "$prefix/libexec" )
echo "wrapping Qt applications in ${targetDirs[@]}" echo "wrapping Qt applications in ${targetDirs[@]}"
for targetDir in "${targetDirs[@]}" for targetDir in "${targetDirs[@]}"