games-rpg/punch-club: use edo for chmod

This commit is contained in:
Julian Ospald 2016-02-19 15:19:19 +01:00
parent ab7d712812
commit d5a7a6bc0b
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,6 @@ EOF
edo rm "${WORK}/game/Punch Club.${noarch}"
insinto "${dir}"
doins -r "${WORK}/game"
chmod +x "${IMAGE%/}${dir}/game/Punch Club.${arch}"
edo chmod +x "${IMAGE%/}${dir}/game/Punch Club.${arch}"
}