[Git][pacman/pacman][master] libmakepkg: skip stripping guile-2.2 files
Allan McRae pushed to branch master at Pacman / Pacman Commits: 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> - - - - - 1 changed file: - scripts/libmakepkg/tidy/strip.sh.in View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/commit/48729f8eccc99a09ebd2f1a6... -- View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/commit/48729f8eccc99a09ebd2f1a6... You're receiving this email because of your account on gitlab.archlinux.org.
participants (1)
-
Allan McRae (@allan)