Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254977 - games-action/bomberclone-0.11.8: ebuild does not install music
Summary: games-action/bomberclone-0.11.8: ebuild does not install music
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 18:57 UTC by Joseph Yasi
Modified: 2009-01-14 19:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Yasi 2009-01-14 18:57:45 UTC
The bomberclone ebuild fails to install the music data files necessary for the in game soundtrack.  The data/music directory is not included in src_install.  A diff that fixes the ebuild is in additional information

Reproducible: Always

Steps to Reproduce:
1. emerge bomberclone
2. 
3.

Actual Results:  
music directory is missing from /usr/share/games/bomberclone/

Expected Results:  
music directory should be installed to /usr/share/games/bomberclone/

--- a/games-action/bomberclone/bomberclone-0.11.8.ebuild     2008-06-25 15:05:56.000000000 -0500
+++ b/games-action/bomberclone/bomberclone-0.11.8.ebuild     2009-01-14 03:49:14.262411064 -0600
@@ -40,7 +40,7 @@
        dogamesbin src/${PN} || die "dogamesbin failed"
 
        insinto "${GAMES_DATADIR}/${PN}"
-       doins -r data/{gfx,maps,player,tileset} || die "doins failed"
+       doins -r data/{gfx,maps,player,tileset,music} || die "doins failed"
 
        dodoc AUTHORS ChangeLog README TODO
        doicon data/pixmaps/bomberclone.png
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2009-01-14 19:41:38 UTC
fixed.  thanks for the bug report.