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:
Michael Marineau 2013-06-23 14:31:40 -04:00
parent 6a18625b15
commit ebab2fa013

View 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}"