commit: cc14dcae68ff0216fa42a8196be665f3c66424fb
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 19:26:44 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 19:26:59 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc14dcae
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 79326b6..346fdc4 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