diff options
Diffstat (limited to 'archPackagesUpdate')
-rwxr-xr-x | archPackagesUpdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate index a804e893..1e5b6e70 100755 --- a/archPackagesUpdate +++ b/archPackagesUpdate @@ -524,7 +524,7 @@ then { printf '%s\\|' \ "E: ELF file (.*) found in an ['\"]any['\"] package" - if ! grep -qF " ${teil} ist absichtlich any ohne ELF Dateien" PKGBULD; then + if ! grep -qF " ${teil} ist absichtlich any ohne ELF Dateien" PKGBUILD; then printf '%s\\|' \ "W: No ELF files and not an ['\"]any['\"] package" fi |