summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-09-19 08:26:29 -0500
committerP.A. López-Valencia2016-09-19 08:26:29 -0500
commitf653f0bc3e82eeaeea6bf25e5fa3d5a556939413 (patch)
tree74c253549a2c0e9e5bd4a6a9d315317821e2d373
parentbb4df532c03077c77dba2116372995a907c99b99 (diff)
downloadaur-f653f0bc3e82eeaeea6bf25e5fa3d5a556939413.tar.gz
Stop removing info.info as it is needed after all. See:
* https://bugs.archlinux.org/task/49500 * https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/emacs&id=13b6316763420205a87d3341577a3b7aeec0d07f
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7f810e1ca5f..bf925529f093 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,7 @@ DOCS_PDF= # Generate and install pdf documentation.
#######################################################################
pkgname=emacs25-git
-pkgver=25.1.r125076
+pkgver=25.1.r125132
pkgrel=1
pkgdesc="GNU Emacs. Version 25 development and maintenance branch."
arch=('i686' 'x86_64')
@@ -144,9 +144,6 @@ package() {
mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1.gz}
- # remove conflict with texinfo
- rm "$pkgdir"/usr/share/info/info.info.gz
-
# fix user/root permissions on usr/share files
find "$pkgdir"/usr/share/emacs/ | xargs chown root:root