From 3029e58fd20af346f4421c3b6d29df1466cdb3d0 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 10 Nov 2009 22:03:21 +0000 Subject: Remove unnecessary die after econf. (Portage version: 2.2_rc49/cvs/Linux i686) --- app-emacs/tramp/tramp-2.1.17.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'app-emacs/tramp') diff --git a/app-emacs/tramp/tramp-2.1.17.ebuild b/app-emacs/tramp/tramp-2.1.17.ebuild index bd13c64053da..065bebc9be9e 100644 --- a/app-emacs/tramp/tramp-2.1.17.ebuild +++ b/app-emacs/tramp/tramp-2.1.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.17.ebuild,v 1.1 2009/11/10 21:04:40 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.17.ebuild,v 1.2 2009/11/10 22:03:21 ulm Exp $ inherit elisp eutils @@ -16,10 +16,9 @@ IUSE="" SITEFILE="50${PN}-gentoo.el" src_compile() { - econf || die "econf failed" + econf emake || die "emake failed" - elisp-make-autoload-file lisp/${PN}-autoloads.el lisp \ - || die "elisp-make-autoload-file failed" + elisp-make-autoload-file lisp/${PN}-autoloads.el lisp || die } src_install() { -- cgit v1.2.3-65-gdbad