mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +02:00
profiles: Work around the build-id collisions
This commit is contained in:
parent
d675d2f74a
commit
c7c189e7ae
@ -78,9 +78,11 @@ CONFIG_PROTECT="
|
||||
|
||||
# Remove libtool .la files for non-plugin libraries.
|
||||
# Remove Gentoo init files since we use systemd.
|
||||
# Remove build-id, there is some issue with it causing collisions.
|
||||
INSTALL_MASK="
|
||||
/usr/lib*/*.la
|
||||
/etc/init.d /etc/conf.d
|
||||
/usr/lib/debug/.build-id
|
||||
"
|
||||
|
||||
# Keep the default languages small.
|
||||
|
Loading…
Reference in New Issue
Block a user