Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/xblast/
Date: Thu, 23 Nov 2017 20:54:02
Message-Id: 1511470362.b1c7bf9f16da2859a7c1856f1a6b03ff58f1cf43.jstein@gentoo
1 commit: b1c7bf9f16da2859a7c1856f1a6b03ff58f1cf43
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 20:52:30 2017 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 20:52:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c7bf9f
7
8 games-action/xblast: Fix broken installation folder
9
10 Simple fix of
11 insinto "$/usr/share/${PN}/level"
12
13 Acked-by: James Le Cuirot <chewi <AT> gentoo.org>
14 Closes: https://bugs.gentoo.org/638614
15 Package-Manager: Portage-2.3.16, Repoman-2.3.5
16
17 games-action/xblast/xblast-2.10.4-r1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/games-action/xblast/xblast-2.10.4-r1.ebuild b/games-action/xblast/xblast-2.10.4-r1.ebuild
21 index eb24fa6b649..72666813a3c 100644
22 --- a/games-action/xblast/xblast-2.10.4-r1.ebuild
23 +++ b/games-action/xblast/xblast-2.10.4-r1.ebuild
24 @@ -54,7 +54,7 @@ src_install() {
25 cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" || die
26
27 # Levels
28 - insinto "$/usr/share/${PN}/level"
29 + insinto "/usr/share/${PN}/level"
30 doins "${WORKDIR}/${LEVELS}"/*
31
32 # Models