diff options
Diffstat (limited to 'app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild')
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild b/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild index 2a58864fda85..137679cc9e9e 100644 --- a/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v 1.4 2007/07/03 06:53:41 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v 1.5 2007/10/06 19:43:19 ulm Exp $ inherit elisp eutils @@ -49,7 +49,8 @@ src_install() { install || die "emake install failed" elisp-install wl utils/bbdb-wl.{el,elc} - elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" || die "elisp-site-file-install failed" + elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" \ + || die "elisp-site-file-install failed" dodir /usr/share/wl/samples |