From 951eacbee74319384fc9f2c25a8180ae3071be75 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sun, 31 May 2020 17:27:10 +0200 Subject: [PATCH] games-server/factorio-server: Typo Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alarig Le Lay --- games-server/factorio-server/factorio-server-0.17.79.ebuild | 2 +- games-server/factorio-server/factorio-server-0.18.28.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-server/factorio-server/factorio-server-0.17.79.ebuild b/games-server/factorio-server/factorio-server-0.17.79.ebuild index d9d5ef9..6c4d4f9 100644 --- a/games-server/factorio-server/factorio-server-0.17.79.ebuild +++ b/games-server/factorio-server/factorio-server-0.17.79.ebuild @@ -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}" diff --git a/games-server/factorio-server/factorio-server-0.18.28.ebuild b/games-server/factorio-server/factorio-server-0.18.28.ebuild index bbc82d6..4900fa7 100644 --- a/games-server/factorio-server/factorio-server-0.18.28.ebuild +++ b/games-server/factorio-server/factorio-server-0.18.28.ebuild @@ -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}"