games-server/factorio-server: Correcting init for SLOT
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
371b7b1c15
commit
98c350ace9
|
@ -25,8 +25,8 @@ src_install() {
|
||||||
exeinto "/opt/factorio-${SLOT}"/bin/x64
|
exeinto "/opt/factorio-${SLOT}"/bin/x64
|
||||||
doexe bin/x64/factorio
|
doexe bin/x64/factorio
|
||||||
|
|
||||||
newinitd "${FILESDIR}"/factorio.initd factorio
|
newinitd "${FILESDIR}"/factorio.initd "factorio-${SLOT}"
|
||||||
newconfd "${FILESDIR}"/factorio.confd factorio
|
newconfd "${FILESDIR}"/factorio.confd "factorio-${SLOT}"
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
|
Loading…
Reference in a new issue