diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-08 14:21:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-08 14:21:47 +0000 |
commit | c107dc77ff6b3d486119704aa6d56da19f4eb694 (patch) | |
tree | 5498b27d6049ae5de6c672b7dda6295a0aaa97cc /sci-mathematics/maxima/maxima-5.13.0-r1.ebuild | |
parent | stable x86, bug 194704 (diff) | |
download | gentoo-2-c107dc77ff6b3d486119704aa6d56da19f4eb694.tar.gz gentoo-2-c107dc77ff6b3d486119704aa6d56da19f4eb694.tar.bz2 gentoo-2-c107dc77ff6b3d486119704aa6d56da19f4eb694.zip |
Fix typo PV->PN in Emacs load path, bug #195043.
(Portage version: 2.1.3.12)
Diffstat (limited to 'sci-mathematics/maxima/maxima-5.13.0-r1.ebuild')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.13.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/maxima/maxima-5.13.0-r1.ebuild b/sci-mathematics/maxima/maxima-5.13.0-r1.ebuild index b04ee89f064b..b36dbd3d4de0 100644 --- a/sci-mathematics/maxima/maxima-5.13.0-r1.ebuild +++ b/sci-mathematics/maxima/maxima-5.13.0-r1.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/sci-mathematics/maxima/maxima-5.13.0-r1.ebuild,v 1.2 2007/10/08 11:20:01 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0-r1.ebuild,v 1.3 2007/10/08 14:21:47 ulm Exp $ inherit eutils elisp-common @@ -147,7 +147,7 @@ src_compile() { } src_install() { - einstall emacsdir="${D}${SITELISP}/${PV}" || die "einstall failed" + einstall emacsdir="${D}${SITELISP}/${PN}" || die "einstall failed" use tk && make_desktop_entry xmaxima xmaxima \ /usr/share/${PN}/${PV}/xmaxima/maxima-new.png \ |