wrap-qt-apps-hook.sh: wrap binaries in ./sbin/
wrap-qt-apps-hook.sh runs before move-sbin.sh, so programs in ./sbin are currently not wrapped. Fix it.
This commit is contained in:
parent
9e5214278d
commit
9e144d5527
@ -73,7 +73,7 @@ wrapQtAppsHook() {
|
|||||||
[ -z "$wrapQtAppsHookHasRun" ] || return 0
|
[ -z "$wrapQtAppsHookHasRun" ] || return 0
|
||||||
wrapQtAppsHookHasRun=1
|
wrapQtAppsHookHasRun=1
|
||||||
|
|
||||||
local targetDirs=( "$prefix/bin" "$prefix/libexec" )
|
local targetDirs=( "$prefix/bin" "$prefix/sbin" "$prefix/libexec" )
|
||||||
echo "wrapping Qt applications in ${targetDirs[@]}"
|
echo "wrapping Qt applications in ${targetDirs[@]}"
|
||||||
|
|
||||||
for targetDir in "${targetDirs[@]}"
|
for targetDir in "${targetDirs[@]}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user