summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2021-11-23 11:27:51 -0500
committerPedro A. López-Valencia2021-11-23 11:27:51 -0500
commitc43361de91b7b1dc7e70e3d7a7cc074e56a6cd2d (patch)
treeb6431e07210d7c149ee45e1f06da224f8974ef22
parent63936aad9b7bbb4e364d3b3f1051806c6476a341 (diff)
downloadaur-c43361de91b7b1dc7e70e3d7a7cc074e56a6cd2d.tar.gz
* ELISP files were installed with the compiler's id instead of root.
Back out previous change to use install file. Keep the latter for now, just in case.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 147f69b06d51..882418ba90d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 29.0.50.152013
+ pkgver = 29.0.50.152024
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 965f125f2d05..57bc0d3c1fff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-git"
fi
-pkgver=29.0.50.152013
+pkgver=29.0.50.152025
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
@@ -305,15 +305,13 @@ package() {
if [[ $DOCS_PDF == "YES" ]]; then make DESTDIR="$pkgdir/" install-pdf; fi
# fix user/root permissions on usr/share files
- # MOVED to install script
- # find "$pkgdir"/usr/share/emacs/ | xargs chown root:root
+ find "$pkgdir"/usr/share/emacs/ | xargs chown root:root
# fix permssions on /var/games
mkdir -p "$pkgdir"/var/games/emacs
chmod 775 "$pkgdir"/var/games
chmod 775 "$pkgdir"/var/games/emacs
- # MOVED to install script
- # chown -R root:games "$pkgdir"/var/games
+ chown -R root:games "$pkgdir"/var/games
}