summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-strategy/curseofwar/curseofwar-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/curseofwar/curseofwar-9999.ebuild b/games-strategy/curseofwar/curseofwar-9999.ebuild
index f6c0468..7769617 100644
--- a/games-strategy/curseofwar/curseofwar-9999.ebuild
+++ b/games-strategy/curseofwar/curseofwar-9999.ebuild
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
src_configure() {
sed -i -e 's/CFLAGS\ \ =/CFLAGS\ \ \+=/' Makefile || \
- die "couldn't patch Makefil CFLAGS"
+ die "couldn't patch Makefile CFLAGS"
sed -i -e 's/LDFLAGS\ =/LDFLAGS\ \+=/' Makefile || \
- die "couldn't patch Makefil LDFLAGS"
+ die "couldn't patch Makefile LDFLAGS"
}