summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandr Boiko2017-05-05 01:02:44 +1100
committerAlexandr Boiko2017-05-05 01:02:44 +1100
commit9534011b34e1be71cd4dcbcf96f8d0bb9740803d (patch)
tree092dd0f9113208535540d3c433bc0e411e7e764c /PKGBUILD
parent1331ba30d3d2736b869c91efe99f11998646c022 (diff)
downloadaur-ponomar.tar.gz
Fix permissions: xml/ponomar.config
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f86b3ce28a2..9ea1fc9ea941 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ponomar
pkgver=0.80.0d8052d
-pkgrel=4
+pkgrel=5
pkgdesc="Ponomar: a liturgics suite for the Orthodox Church http://www.ponomar.net/"
arch=('any')
url="http://www.ponomar.net/"
@@ -39,6 +39,8 @@ package() {
install -Dm755 $pkgname.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
install -Dm755 $pkgname.sh "$pkgdir/opt/$pkgname/$pkgname.sh"
install -Dm755 profile.sh "$pkgdir/etc/profile.d/$pkgname.sh"
+ # Fix permissions
+ chmod 666 "$pkgdir/opt/$pkgname/Ponomar/languages/xml/$pkgname.config"
}
# vim:set ts=2 sw=2 et: