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() {
|
src_install() {
|
||||||
default
|
default
|
||||||
|
|
||||||
insinto /etc/init.d
|
exeinto /etc/init.d
|
||||||
newins "${FILES}"/umurmurd.initd umurmurd
|
doexe "${FILES}"/umurmurd.initd umurmurd
|
||||||
insinto /etc/conf.d
|
insinto /etc/conf.d
|
||||||
newins "${FILES}"/umurmurd.confd umurmurd
|
newins "${FILES}"/umurmurd.confd umurmurd
|
||||||
install_systemd_files
|
install_systemd_files
|
||||||
|
@ -85,8 +85,8 @@ src_install() {
|
|||||||
|
|
||||||
edo rm -r "${IMAGE%/}${HIAWATHA_WEBROOT_DIR}"/*
|
edo rm -r "${IMAGE%/}${HIAWATHA_WEBROOT_DIR}"/*
|
||||||
|
|
||||||
insinto /etc/init.d
|
exeinto /etc/init.d
|
||||||
newins "${TEMP}"/hiawatha.initd hiawatha
|
newexe "${TEMP}"/hiawatha.initd hiawatha
|
||||||
install_systemd_files
|
install_systemd_files
|
||||||
|
|
||||||
local i
|
local i
|
||||||
|
Loading…
Reference in New Issue
Block a user