48729f8e
by Allan McRae at 2024-02-15T23:34:05+00:00
libmakepkg: skip stripping guile-2.2 files
Guile 2.2 uses ELF format for its byte-compiled files. These are not
normal executables, and are not strippable in the normal sense.
Given these are ELF files and detected by "file" as non-stripped binaries,
it is only possible to skip these using the file path.
Fixes #73
Signed-off-by: Allan McRae <allan@archlinux.org>