mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
coreos/config: Drop env overrides for dead package
This commit is contained in:
parent
4a13a5f869
commit
86c1c65b84
@ -1,12 +0,0 @@
|
|||||||
# Remove all the build-time helpers leaving just the libraries.
|
|
||||||
# Not like we can execute them anyways for the target.
|
|
||||||
if [[ $(cros_target) != "cros_host" ]] ; then
|
|
||||||
e2fsprogs_mask="
|
|
||||||
/usr/bin
|
|
||||||
/usr/share/et
|
|
||||||
/usr/share/ss
|
|
||||||
"
|
|
||||||
PKG_INSTALL_MASK+=" ${e2fsprogs_mask}"
|
|
||||||
INSTALL_MASK+=" ${e2fsprogs_mask}"
|
|
||||||
unset e2fsprogs_mask
|
|
||||||
fi
|
|
Loading…
Reference in New Issue
Block a user