From: Michael Sterrett Date: Mon, 30 Nov 2015 19:26:44 +0000 (-0500) Subject: typo fixes from Casper Ti. Vector via bug #566996 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cc14dcae68ff0216fa42a8196be665f3c66424fb;p=gentoo.git typo fixes from Casper Ti. Vector via bug #566996 Package-Manager: portage-2.2.20.1 --- diff --git a/games-emulation/sdlmame/sdlmame-0.167.ebuild b/games-emulation/sdlmame/sdlmame-0.167.ebuild index 79326b68e2ca..346fdc4c4186 100644 --- a/games-emulation/sdlmame/sdlmame-0.167.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.167.ebuild @@ -181,7 +181,7 @@ src_install() { "${T}/mame.ini" || die done # -- Directories - for f in {cfg,nvram,memcard,input,state,snapshot,diff,commit} ; do + for f in {cfg,nvram,memcard,input,state,snapshot,diff,comment} ; do sed -i \ -e "s:\(${f}_directory\)[ \t]*\(.*\):\1 \t\t\$HOME/.${PN}/\2:" \ "${T}/mame.ini" || die @@ -203,8 +203,8 @@ src_install() { dodoc docs/{config,mame,newvideo}.txt keepdir \ - "${GAMES_DATADIR}/${PN}"/{ctrlr,cheats,roms,samples,artwork,crosshair} \ - "${GAMES_SYSCONFDIR}/${PN}"/{ctrlr,cheats} + "${GAMES_DATADIR}/${PN}"/{ctrlr,cheat,roms,samples,artwork,crosshair} \ + "${GAMES_SYSCONFDIR}/${PN}"/{ctrlr,cheat} if use tools ; then for f in castool chdman floptool imgtool jedutil ldresample ldverify romcmp testkeys ; do