fix(baselayout): HACK use doinitd

without doinitd functions.sh will be deleted.
This commit is contained in:
Brandon Philips 2013-02-06 15:30:27 -08:00
parent f2600f70d5
commit 7d1e0f3c41

View File

@ -41,7 +41,7 @@ src_install() {
# This file has moved to openrc, but we don't want that.
# https://bugs.gentoo.org/373219
insinto /etc/init.d
doins "${FILESDIR}"/functions.sh || die
doinitd "${FILESDIR}"/functions.sh || die
}
pkg_postinst() {