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
This commit is contained in:
Jonas Stein
2017-11-23 21:52:30 +01:00
parent a4dce61ead
commit b1c7bf9f16

View File

@@ -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