arena: no check permissions
This commit is contained in:
parent
f9e1d37d8d
commit
42c42c59d8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue