mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
fix(sys-apps/efunctions): Fix INSTALL_MASK to remove init.d
When installing with the default make.conf in full effect /etc/init.d/functions.sh will be excluded which is the whole point of the efunctions package in the first place. This should fix that.
This commit is contained in:
parent
6a18625b15
commit
ebab2fa013
3
sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/efunctions
vendored
Normal file
3
sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/efunctions
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Don't filter out /etc/init.d/functions.sh
|
||||
PKG_INSTALL_MASK="${PKG_INSTALL_MASK/\/etc\/init.d}"
|
||||
INSTALL_MASK="${INSTALL_MASK/\/etc\/init.d}"
|
Loading…
Reference in New Issue
Block a user