games-server/factorio-server: Typo
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
683a388dbc
commit
951eacbee7
|
@ -20,7 +20,7 @@ RESTRICT="bindist mirror"
|
|||
S="${WORKDIR}/factorio"
|
||||
|
||||
src_install() {
|
||||
sed -i "s/%SLOT/${SLOT}" "${FILESDIR}"/factorio.confd || \
|
||||
sed -i "s/%SLOT/${SLOT}/" "${FILESDIR}"/factorio.confd || \
|
||||
die "SLOTing sed failed"
|
||||
|
||||
insinto "/opt/factorio-${SLOT}"
|
||||
|
|
|
@ -19,7 +19,7 @@ RESTRICT="bindist mirror"
|
|||
S="${WORKDIR}/factorio"
|
||||
|
||||
src_install() {
|
||||
sed -i "s/%SLOT/${SLOT}" "${FILESDIR}"/factorio.confd || \
|
||||
sed -i "s/%SLOT/${SLOT}/" "${FILESDIR}"/factorio.confd || \
|
||||
die "SLOTing sed failed"
|
||||
|
||||
insinto "/opt/factorio-${SLOT}"
|
||||
|
|
Loading…
Reference in a new issue