forked from hasufell/hasufell-repository
Fix installation of openrc scripts
They must be executable.
This commit is contained in:
parent
cf029b7a93
commit
6f95ce41f6
@ -38,8 +38,8 @@ DEFAULT_SRC_CONFIGURE_PARAMS=(
|
||||
src_install() {
|
||||
default
|
||||
|
||||
insinto /etc/init.d
|
||||
newins "${FILES}"/umurmurd.initd umurmurd
|
||||
exeinto /etc/init.d
|
||||
doexe "${FILES}"/umurmurd.initd umurmurd
|
||||
insinto /etc/conf.d
|
||||
newins "${FILES}"/umurmurd.confd umurmurd
|
||||
install_systemd_files
|
||||
|
@ -85,8 +85,8 @@ src_install() {
|
||||
|
||||
edo rm -r "${IMAGE%/}${HIAWATHA_WEBROOT_DIR}"/*
|
||||
|
||||
insinto /etc/init.d
|
||||
newins "${TEMP}"/hiawatha.initd hiawatha
|
||||
exeinto /etc/init.d
|
||||
newexe "${TEMP}"/hiawatha.initd hiawatha
|
||||
install_systemd_files
|
||||
|
||||
local i
|
||||
|
Loading…
Reference in New Issue
Block a user