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 | 3e21eee92bfee72cf6e01ed8de4d8997d624a2dc (patch) | |
tree | d1c7df1078be4b51b27b6bbd3c6dc1b0ebad91dc /app-emacs | |
parent | remove unused use flags (diff) | |
download | historical-3e21eee92bfee72cf6e01ed8de4d8997d624a2dc.tar.gz historical-3e21eee92bfee72cf6e01ed8de4d8997d624a2dc.tar.bz2 historical-3e21eee92bfee72cf6e01ed8de4d8997d624a2dc.zip |
Remove unnecessary die after econf.
Package-Manager: portage-2.2_rc49/cvs/Linux i686
Diffstat (limited to 'app-emacs')
-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() { |