Merge branch 'staging-next' into staging

This commit is contained in:
Vladimír Čunát
2019-09-22 10:06:45 +02:00
61 changed files with 889 additions and 534 deletions
@@ -80,7 +80,7 @@ wrapQtAppsHook() {
do
[ -d "$targetDir" ] || continue
find "$targetDir" -type f -executable -print0 | while IFS= read -r -d '' file
find "$targetDir" ! -type d -executable -print0 | while IFS= read -r -d '' file
do
patchelf --print-interpreter "$file" >/dev/null 2>&1 || continue