diff options
Diffstat (limited to 'app-emacs/auctex/auctex-11.85.ebuild')
-rw-r--r-- | app-emacs/auctex/auctex-11.85.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emacs/auctex/auctex-11.85.ebuild b/app-emacs/auctex/auctex-11.85.ebuild index b4518a4e3e83..6be76766e1da 100644 --- a/app-emacs/auctex/auctex-11.85.ebuild +++ b/app-emacs/auctex/auctex-11.85.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v 1.7 2008/05/05 20:50:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v 1.8 2008/11/28 15:29:28 ulm Exp $ inherit elisp eutils latex-package @@ -23,6 +23,9 @@ DEPEND="virtual/latex-base TEXMF="/usr/share/texmf-site" src_compile() { + # Remove broken Info file (will be recreated by the build system) + rm doc/auctex.info + EMACS_NAME=emacs EMACS_FLAVOUR=emacs econf --disable-build-dir-test \ --with-auto-dir="/var/lib/auctex" \ --with-lispdir="${SITELISP}/${PN}" \ |