diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-11-23 21:52:30 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2017-11-23 21:52:42 +0100 |
commit | b1c7bf9f16da2859a7c1856f1a6b03ff58f1cf43 (patch) | |
tree | 98702d7f30ae4ceae1243a10f87219fe4bcc8d77 /games-action/xblast | |
parent | app-text/podofo: remove old version 0.9.6_pre20170629 (diff) | |
download | gentoo-b1c7bf9f16da2859a7c1856f1a6b03ff58f1cf43.tar.gz gentoo-b1c7bf9f16da2859a7c1856f1a6b03ff58f1cf43.tar.bz2 gentoo-b1c7bf9f16da2859a7c1856f1a6b03ff58f1cf43.zip |
games-action/xblast: Fix broken installation folder
Simple fix of
insinto "$/usr/share/${PN}/level"
Acked-by: James Le Cuirot <chewi@gentoo.org>
Closes: https://bugs.gentoo.org/638614
Package-Manager: Portage-2.3.16, Repoman-2.3.5
Diffstat (limited to 'games-action/xblast')
-rw-r--r-- | games-action/xblast/xblast-2.10.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/xblast/xblast-2.10.4-r1.ebuild b/games-action/xblast/xblast-2.10.4-r1.ebuild index eb24fa6b6493..72666813a3c4 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 |