summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Kotta2016-09-22 15:30:44 -0500
committerJonathan Kotta2016-09-22 15:30:44 -0500
commita0ab073c5bdbc7acb0755a74a3727667b033838f (patch)
tree5618df984382bd40a02514a33a28d8092cc11845
parent86238cdd7579be520119ae69bf9c7eecb32a1c62 (diff)
downloadaur-a0ab073c5bdbc7acb0755a74a3727667b033838f.tar.gz
fix permissions on /var/games
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca14c3eb1ef1..602d5a5d12c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-lucid
pkgdesc = The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)
pkgver = 25.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.gnu.org/software/emacs/emacs.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 66a05f768d0f..17c873da4419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=emacs-lucid
pkgver=25.1
-pkgrel=2
+pkgrel=3
pkgdesc="The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/emacs.html"
@@ -39,4 +39,6 @@ package() {
# fix user/root permissions on usr/share files
find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
+
+ chmod 775 "$pkgdir"/var/games
}