summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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: