arena: no check permissions

This commit is contained in:
Đoàn Trần Công Danh 2022-10-27 18:59:00 +07:00
parent f9e1d37d8d
commit 42c42c59d8
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="custom:freeware"
homepage="http://www.playwitharena.de"
restricted=yes
nocheckperms="database"
case "$XBPS_TARGET_MACHINE" in
armv7l)
@ -33,7 +34,7 @@ nostrip=yes
do_install() {
vmkdir opt/arena
vcopy ${wrksrc}/* opt/arena
chmod -R a+rw ${DESTDIR}/opt/arena
chmod -R a+rw ${DESTDIR}/opt/arena/Databases
case "$XBPS_TARGET_MACHINE" in
armv7l)