mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-roguelike/FTL-gog: fix shell script perms.
Fixed the permissions on one of the shell scripts called by the start script and stripped useless chmod calls from that start script. Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9089
This commit is contained in:
committed by
Patrice Clement
parent
ecd160adbe
commit
64b6661c84
@@ -42,12 +42,14 @@ src_prepare() {
|
||||
if ! use amd64; then
|
||||
rm game/data/FTL.amd64 || die
|
||||
fi
|
||||
|
||||
sed -i start.sh -e '/chmod/d'
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /opt/gog/FTL
|
||||
doins -r .
|
||||
fperms +x /opt/gog/FTL/{start.sh,game/FTL}
|
||||
fperms +x /opt/gog/FTL/{start.sh,game/FTL,game/data/FTL}
|
||||
|
||||
if use x86; then
|
||||
fperms +x /opt/gog/FTL/game/data/FTL.x86
|
||||
Reference in New Issue
Block a user