diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-11-10 22:03:21 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-11-10 22:03:21 +0000 |
commit | 3029e58fd20af346f4421c3b6d29df1466cdb3d0 (patch) | |
tree | 5c89e8344dc8dbc6ee05c6211308e3001195d2e3 /app-emacs/tramp | |
parent | amd64 stable - 291619 (diff) | |
download | gentoo-2-3029e58fd20af346f4421c3b6d29df1466cdb3d0.tar.gz gentoo-2-3029e58fd20af346f4421c3b6d29df1466cdb3d0.tar.bz2 gentoo-2-3029e58fd20af346f4421c3b6d29df1466cdb3d0.zip |
Remove unnecessary die after econf.
(Portage version: 2.2_rc49/cvs/Linux i686)
Diffstat (limited to 'app-emacs/tramp')
-rw-r--r-- | app-emacs/tramp/tramp-2.1.17.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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() { |