summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author910JQK2017-09-04 15:57:43 +0800
committer910JQK2017-09-04 15:57:43 +0800
commit7df7650dd860e09ddeb7d511558ae1dd978c28fe (patch)
treed1d0aebed3c26538e218bab8455ec5bba8f90851 /PKGBUILD
parentd5f0be07a50be50d4fdffdf2e0ac82fb9468cc98 (diff)
downloadaur-gwankei-git.tar.gz
Fix a bug
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30b6b165e76e..e3d741ba5e1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gwankei
pkgname=$_pkgname-git
pkgver=r73.de43afb
-pkgrel=2
+pkgrel=3
pkgdesc='An implementation of Chinese board game Junqi, or Luzhanqi.'
arch=('i686' 'x86_64')
url='https://github.com/910JQK/GwanKei'
@@ -33,6 +33,10 @@ package() {
cp -r Sound "${pkgdir}/usr/share/gwankei/Sound"
chmod 644 -R "${pkgdir}/usr/share/gwankei/Locale"
chmod 644 -R "${pkgdir}/usr/share/gwankei/Sound"
+ chmod 755 "${pkgdir}/usr/share/gwankei/Locale"
+ chmod 755 "${pkgdir}/usr/share/gwankei/Locale/"*/
+ chmod 755 "${pkgdir}/usr/share/gwankei/Sound"
+ chmod 755 "${pkgdir}/usr/share/gwankei/Sound/"*/
install -m755 GwanKei "${pkgdir}/usr/share/gwankei/"
install -m644 board.html "${pkgdir}/usr/share/gwankei"
install -m644 frontend.js "${pkgdir}/usr/share/gwankei"