wrapQtAppsHook: wrap binaries in libexec
This commit is contained in:
parent
79f2ad89b7
commit
6c057aea5c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ wrapQtAppsHook() {
|
|||
[ -z "$wrapQtAppsHookHasRun" ] || return 0
|
||||
wrapQtAppsHookHasRun=1
|
||||
|
||||
local targetDirs=( "$prefix/bin" )
|
||||
local targetDirs=( "$prefix/bin" "$prefix/libexec" )
|
||||
echo "wrapping Qt applications in ${targetDirs[@]}"
|
||||
|
||||
for targetDir in "${targetDirs[@]}"
|
||||
|
|
Loading…
Reference in a new issue