diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-19 10:15:11 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-19 10:15:11 -0300 |
commit | 4255b0aec5bcee0728d312531df99cc9a6e5ba08 (patch) | |
tree | 9cc60e9b2dce5800b57651ea5b5989381530c9de /extra/emacs/PKGBUILD | |
parent | 9e30cea6b8a2e90fd8958ca1f773e3a382179763 (diff) | |
parent | 705d29694fd61c47a57ccec531e73d87a2960021 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/lxsession/PKGBUILD
community/uzbl/PKGBUILD
extra/boost/PKGBUILD
extra/calligra/PKGBUILD
extra/gnutls/PKGBUILD
extra/lapack/PKGBUILD
extra/libcap-ng/PKGBUILD
extra/php/PKGBUILD
extra/plotutils/PKGBUILD
extra/qt/PKGBUILD
extra/webkitgtk/PKGBUILD
Diffstat (limited to 'extra/emacs/PKGBUILD')
-rw-r--r-- | extra/emacs/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/emacs/PKGBUILD b/extra/emacs/PKGBUILD index 7e9d5f583..ff24aadfb 100644 --- a/extra/emacs/PKGBUILD +++ b/extra/emacs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 169743 2012-10-27 23:41:39Z eric $ +# $Id: PKGBUILD 171502 2012-11-18 08:01:29Z eric $ # Maintainer: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Renchi Raju <renchi@green.tam.uiuc.edu> pkgname=emacs pkgver=24.2 -pkgrel=2 +pkgrel=3 pkgdesc="The extensible, customizable, self-documenting real-time display editor" arch=('i686' 'x86_64' 'mips64el') 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 |