summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-01-17 08:25:49 +0000
committerUlrich Müller <ulm@gentoo.org>2011-01-17 08:25:49 +0000
commit417a0a8e731d261a8c6974683513f2d7ed9409a6 (patch)
tree59c6b5669e9ae26ff6882d35fa4778fd7dcd0f43 /app-emacs
parentCleanup (diff)
downloadgentoo-2-417a0a8e731d261a8c6974683513f2d7ed9409a6.tar.gz
gentoo-2-417a0a8e731d261a8c6974683513f2d7ed9409a6.tar.bz2
gentoo-2-417a0a8e731d261a8c6974683513f2d7ed9409a6.zip
Remove auctex.info* in src_prepare.
(Portage version: 2.1.9.31/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/auctex/auctex-11.86-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emacs/auctex/auctex-11.86-r1.ebuild b/app-emacs/auctex/auctex-11.86-r1.ebuild
index acd0bffdbaad..3683294812fc 100644
--- a/app-emacs/auctex/auctex-11.86-r1.ebuild
+++ b/app-emacs/auctex/auctex-11.86-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86-r1.ebuild,v 1.1 2011/01/17 08:13:52 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86-r1.ebuild,v 1.2 2011/01/17 08:25:49 ulm Exp $
EAPI=3
@@ -26,12 +26,12 @@ TEXMF="/usr/share/texmf-site"
src_prepare() {
elisp_src_prepare
-}
-src_configure() {
# Remove broken Info file (will be recreated by the build system)
rm doc/auctex.info*
+}
+src_configure() {
EMACS_NAME=emacs EMACS_FLAVOUR=emacs econf --disable-build-dir-test \
--with-auto-dir="${EPREFIX}/var/lib/auctex" \
--with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
@@ -39,7 +39,7 @@ src_configure() {
--with-packagedatadir="${EPREFIX}${SITEETC}/${PN}" \
--with-texmf-dir="${EPREFIX}${TEXMF}" \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
- $(use_enable preview-latex preview) || die "econf failed"
+ $(use_enable preview-latex preview)
}
src_compile() {