commit:     b1c7bf9f16da2859a7c1856f1a6b03ff58f1cf43
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 20:52:30 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 20:52:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c7bf9f

games-action/xblast: Fix broken installation folder

Simple fix of
insinto "$/usr/share/${PN}/level"

Acked-by:  James Le Cuirot <chewi <AT> gentoo.org>
Closes: https://bugs.gentoo.org/638614
Package-Manager: Portage-2.3.16, Repoman-2.3.5

 games-action/xblast/xblast-2.10.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/xblast/xblast-2.10.4-r1.ebuild 
b/games-action/xblast/xblast-2.10.4-r1.ebuild
index eb24fa6b649..72666813a3c 100644
--- a/games-action/xblast/xblast-2.10.4-r1.ebuild
+++ b/games-action/xblast/xblast-2.10.4-r1.ebuild
@@ -54,7 +54,7 @@ src_install() {
        cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" || die
 
        # Levels
-       insinto "$/usr/share/${PN}/level"
+       insinto "/usr/share/${PN}/level"
        doins "${WORKDIR}/${LEVELS}"/*
 
        # Models

Reply via email to