mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user