summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-11-30 14:26:44 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2015-11-30 14:26:59 -0500
commitcc14dcae68ff0216fa42a8196be665f3c66424fb (patch)
treee7cc2855009fc2efb49f0889e187828cce470c1c /games-emulation
parentsci-electronics/gtkwave: Version bump (diff)
downloadgentoo-cc14dcae68ff0216fa42a8196be665f3c66424fb.tar.gz
gentoo-cc14dcae68ff0216fa42a8196be665f3c66424fb.tar.bz2
gentoo-cc14dcae68ff0216fa42a8196be665f3c66424fb.zip
typo fixes from Casper Ti. Vector via bug #566996
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/sdlmame/sdlmame-0.167.ebuild6
1 files 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