summarylogtreecommitdiffstats
path: root/emacs-git.install
diff options
context:
space:
mode:
authorTom Fryers2022-02-22 12:39:13 +0000
committerTom Fryers2022-02-22 12:39:13 +0000
commit656081542e685470eb0100965c628fa6296ff594 (patch)
tree3e34d9169cf7f6231e0e31af608733f61ca1170e /emacs-git.install
parent3a955f68f0f1712762d51b871ec4b063ca0c89c8 (diff)
downloadaur-656081542e685470eb0100965c628fa6296ff594.tar.gz
Update to latest master branch
Merge the rest of the new emacs-git changes, while keeping some options the same as they have been in this package.
Diffstat (limited to 'emacs-git.install')
-rw-r--r--emacs-git.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs-git.install b/emacs-git.install
new file mode 100644
index 000000000000..61ca576ee87f
--- /dev/null
+++ b/emacs-git.install
@@ -0,0 +1,8 @@
+post_install() {
+ # fix user/root permissions on usr/share files
+ find "$pkgdir"/usr/share/emacs/ | xargs chown root:root
+ # make sure directory has the correct owner and group
+ chown -R root:games "$pkgdir"/var/games
+}
+
+# vim:sw=4:ts=4:et:ft=bash