]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
make.sh: Update check for static linked qemu files
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 28 Nov 2022 13:24:15 +0000 (14:24 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 29 Nov 2022 12:44:00 +0000 (13:44 +0100)
commit1985774f80b285b26e1bc6264e8e8724fc7afb91
treee2d8eba29e87e766206a7e1ffabbd06b3df0a103
parentdc3a5d19aca2ca1c4804ae24d7b6a5f680b7f080
make.sh: Update check for static linked qemu files

- In Arch Linux the file -L command comes up with "static-pie linked" instead of
   "statically linked"
- This patch makes the grep look for either one of those strings.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh