summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-06-27 14:03:39 -0400
committerElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-06-27 14:03:39 -0400
commit4aa5b14300369ced53d5b0b7b356808979c7dab9 (patch)
tree6f48d97e3e52e76e2bac2f96cb222a66420d4c97
parentAdded curseofwar game... (diff)
downloadArmageddon-4aa5b14300369ced53d5b0b7b356808979c7dab9.tar.gz
Armageddon-4aa5b14300369ced53d5b0b7b356808979c7dab9.tar.bz2
Armageddon-4aa5b14300369ced53d5b0b7b356808979c7dab9.zip
Fixed echo typo, thanks to rypervenche...
-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"
}