summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchPackagesUpdate3
1 files changed, 2 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate
index 6548201e..4182fca2 100755
--- a/archPackagesUpdate
+++ b/archPackagesUpdate
@@ -598,7 +598,8 @@ if ${aufRechenknecht}; then
{
printf '%s\\|' \
"E: ELF file (.*) found in an ['\"]any['\"] package"
- if ! grep -qF " ${teil} ist absichtlich nicht any ohne ELF Dateien" PKGBUILD; then
+ if ! grep -qF " ${teil} ist absichtlich nicht any ohne ELF Dateien" PKGBUILD \
+ && ! grep -qF " ist alles absichtlich nicht any ohne ELF Dateien" PKGBUILD; then
printf '%s\\|' \
"W: No ELF files and not an ['\"]any['\"] package"
fi