From cc14dcae68ff0216fa42a8196be665f3c66424fb Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 30 Nov 2015 14:26:44 -0500 Subject: [PATCH] typo fixes from Casper Ti. Vector via bug #566996 Package-Manager: portage-2.2.20.1 --- games-emulation/sdlmame/sdlmame-0.167.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.26.2