yasnd ebuild: add installation of additional initscript

This commit is contained in:
Sergey Popov 2012-03-28 11:13:49 +04:00
parent 2f4ddc68c7
commit b556953876

View File

@ -25,5 +25,6 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
src_install() { src_install() {
newinitd contrib/yasnd.openrc yasnd newinitd contrib/yasnd.openrc yasnd
newinitd contrib/yasnd-early.openrc yasnd-early
autotools-utils_src_install autotools-utils_src_install
} }