From: Amy Winston Date: Sun, 29 May 2016 08:34:11 +0000 (+0200) Subject: games-roguelike/mangband: fix typo X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3385b95b01906a8172986eee0e781713fa61bb6c;p=gentoo.git games-roguelike/mangband: fix typo Package-Manager: portage-2.2.28 --- diff --git a/games-roguelike/mangband/mangband-1.1.3.ebuild b/games-roguelike/mangband/mangband-1.1.3.ebuild index 1910e28c5d1b..e8e1fd596687 100644 --- a/games-roguelike/mangband/mangband-1.1.3.ebuild +++ b/games-roguelike/mangband/mangband-1.1.3.ebuild @@ -76,7 +76,7 @@ src_install() { pkg_postinst() { echo - elog "Make sure LibDir is either unset in ~/.mangrc either points to" + elog "Make sure LibDir is either unset in ~/.mangrc or points to" elog " ${MY_DATADIR} for 'mangclient' to pick it up." elog "Server binary is called 'mangband', and must be run under user" elog " mangband, i.e. 'sudo -u mangband mangband' "