mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26: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 libtool .la files for non-plugin libraries.
|
||||||
# Remove Gentoo init files since we use systemd.
|
# Remove Gentoo init files since we use systemd.
|
||||||
|
# Remove build-id, there is some issue with it causing collisions.
|
||||||
INSTALL_MASK="
|
INSTALL_MASK="
|
||||||
/usr/lib*/*.la
|
/usr/lib*/*.la
|
||||||
/etc/init.d /etc/conf.d
|
/etc/init.d /etc/conf.d
|
||||||
|
/usr/lib/debug/.build-id
|
||||||
"
|
"
|
||||||
|
|
||||||
# Keep the default languages small.
|
# Keep the default languages small.
|
||||||
|
Loading…
Reference in New Issue
Block a user