games-action/clanbomber: fix one more games eclass remnant
authorAustin English <wizardedit@gentoo.org>
Tue, 24 Jan 2017 21:36:04 +0000 (15:36 -0600)
committerAustin English <wizardedit@gentoo.org>
Tue, 24 Jan 2017 21:36:23 +0000 (15:36 -0600)
Package-Manager: Portage-2.3.2, Repoman-2.3.1

games-action/clanbomber/clanbomber-2.1.1-r1.ebuild

index 9779ef71c9bb2ec239c98d9fdbdd4be43b08e51e..f9733988e113c4e55011923aa0098f5536fe94a9 100644 (file)
@@ -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
 }