Skip to content
Snippets Groups Projects
Commit ef00b764 authored by eric's avatar eric
Browse files

upgpkg: emacs 24.2-3

Fix undefined variable (close FS#32163), Update info pages in .install file

git-svn-id: file:///srv/repos/svn-packages/svn@171501 eb2447ed-0c53-47e4-bac8-5bc4a241df78
parent b0a67a04
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
pkgname=emacs
pkgver=24.2
pkgrel=2
pkgrel=3
pkgdesc="The extensible, customizable, self-documenting real-time display editor"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/emacs.html"
......@@ -29,10 +29,8 @@ package() {
# remove conflict with ctags package
mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
# fix all the 777 perms on directories
find "$pkgdir"/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
# fix user/root permissions on usr/share files
find "$pkgdir"/usr/share/emacs/$_majorver -exec chown root:root {} \;
find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
# fix perms on /var/games
chmod 775 "$pkgdir"/var/games
chmod 775 "$pkgdir"/var/games/emacs
......
......@@ -2,7 +2,7 @@ ICON_PATH=usr/share/icons/hicolor
INFO_DIR=usr/share/info
INFO_FILES=(ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse
ede ediff edt efaq eieio eintr elisp emacs emacs-mime epa erc eshell eudc flymake
ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert eshell eudc flymake
forms gnus idlwave info mairix-el message mh-e newsticker nxml-mode
org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
speedbar tramp url vip viper widget woman)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment