mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-rpg/kqlives: Missing || die
Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
@@ -40,7 +40,7 @@ src_install() {
|
||||
|
||||
local x
|
||||
for x in diff draw draw2 dump; do
|
||||
mv -vf "${D}/etc"/map${x} "${D}/etc"/kq-map${x}
|
||||
mv -vf "${D}/etc"/map${x} "${D}/etc"/kq-map${x} || die
|
||||
done
|
||||
|
||||
doicon "${FILESDIR}"/${PN}.xpm
|
||||
|
||||
Reference in New Issue
Block a user