diff options
Diffstat (limited to 'games-roguelike/mangband')
-rw-r--r-- | games-roguelike/mangband/mangband-1.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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' " |