From 60055478c97951baf3f8c7741bd26b79405a50e0 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Wed, 29 Sep 2021 14:54:51 -0400 Subject: [PATCH] wrapQtAppsHook: fix a typo --- pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh b/pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh index e6e99de0e4c2..c085cdaca52e 100644 --- a/pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh +++ b/pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh @@ -85,7 +85,7 @@ wrapQtAppsHook() { find "$targetDir" ! -type d -executable -print0 | while IFS= read -r -d '' file do - ifELF "$file" || isMachO "$file" || continue + isELF "$file" || isMachO "$file" || continue if [ -f "$file" ] then