From 4aa5b14300369ced53d5b0b7b356808979c7dab9 Mon Sep 17 00:00:00 2001 From: Elijah El Lazkani Date: Thu, 27 Jun 2013 14:03:39 -0400 Subject: Fixed echo typo, thanks to rypervenche... --- games-strategy/curseofwar/curseofwar-9999.ebuild | 4 ++-- 1 file 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" } -- cgit v1.2.3-65-gdbad