Merge branch 'master' into staging-next

This commit is contained in:
Vladimír Čunát
2019-09-15 13:18:54 +02:00
192 changed files with 4150 additions and 2678 deletions
@@ -80,9 +80,9 @@ wrapQtAppsHook() {
do
[ -d "$targetDir" ] || continue
find "$targetDir" -executable -print0 | while IFS= read -r -d '' file
find "$targetDir" -type f -executable -print0 | while IFS= read -r -d '' file
do
isELFExec "$file" || continue
patchelf --print-interpreter "$file" >/dev/null 2>&1 || continue
if [ -f "$file" ]
then