diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-11-18 16:13:32 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-11-18 16:13:32 +0000 |
commit | f07e0f358c3311447be16cf917c45a1e8ea5e045 (patch) | |
tree | 5b9c59d9b01b92dbdbabcb393aa318450d4643d1 | |
parent | Stable on x86. Ebuild cleanup. (diff) | |
download | gentoo-2-f07e0f358c3311447be16cf917c45a1e8ea5e045.tar.gz gentoo-2-f07e0f358c3311447be16cf917c45a1e8ea5e045.tar.bz2 gentoo-2-f07e0f358c3311447be16cf917c45a1e8ea5e045.zip |
Fix multilib-strict issue, bug 104431
(Portage version: 2.0.53_rc7)
-rw-r--r-- | app-editors/nvu/nvu-1.0-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-editors/nvu/nvu-1.0-r2.ebuild b/app-editors/nvu/nvu-1.0-r2.ebuild index 914e756d40e6..5835cc3bf65b 100644 --- a/app-editors/nvu/nvu-1.0-r2.ebuild +++ b/app-editors/nvu/nvu-1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0-r2.ebuild,v 1.1 2005/11/18 03:03:27 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0-r2.ebuild,v 1.2 2005/11/18 16:13:32 herbs Exp $ inherit eutils mozconfig flag-o-matic multilib @@ -72,7 +72,9 @@ src_install() { #menu entry for gnome/kde insinto /usr/share/applications - doins ${FILESDIR}/1.0/nvu.desktop + sed -e "s:/usr/lib/nvu:/usr/$(get_libdir)/nvu:" \ + ${FILESDIR}/1.0/nvu.desktop > ${T}/nvu.desktop + doins ${T}/nvu.desktop } pkg_postinst() { |