diff options
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/clanbomber/clanbomber-2.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild b/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild index 9779ef71c9bb..f9733988e113 100644 --- a/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild +++ b/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild @@ -42,7 +42,7 @@ src_install() { default newicon src/pics/cup2.png ${PN}.png make_desktop_entry ${PN}2 ClanBomber2 - rm -f "${D}${GAMES_DATADIR}"/${PN}/fonts/DejaVuSans-Bold.ttf + rm -f "${D}/usr/share/${PN}/fonts/DejaVuSans-Bold.ttf" || die dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \ /usr/share/${PN}/fonts/DejaVuSans-Bold.ttf } |