mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
app-admin/sudo,profiles: apply Flatcar patches
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
This commit is contained in:
parent
131c6d1cba
commit
00abfb8538
@ -211,6 +211,11 @@ src_install() {
|
||||
rm -rf "${ED}"/run || die
|
||||
|
||||
find "${ED}" -type f -name "*.la" -delete || die #697812
|
||||
|
||||
# Flatcar specific:
|
||||
# - remove sudo.conf (shipped by baselayout)
|
||||
rm "${ED}/etc/sudo.conf"
|
||||
# Flatcar end
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
@ -1,7 +1,6 @@
|
||||
# arm64 keywords
|
||||
# Keep these in alphabetical order.
|
||||
|
||||
=app-admin/sudo-1.8.31 ~arm64
|
||||
=app-arch/bzip2-1.0.6-r8 ~arm64
|
||||
=app-arch/libarchive-3.3.1 ~arm64
|
||||
=app-crypt/mit-krb5-1.14.2 ~arm64
|
||||
|
Loading…
Reference in New Issue
Block a user