diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-05 07:12:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-05 07:12:12 +0000 |
commit | b920f060d53443b1396a449af7aeb943279dbf6c (patch) | |
tree | 0c2900a89f312f34f07b2014ace1be012c2cf235 /app-editors/xemacs/xemacs-21.5.29-r2.ebuild | |
parent | Use domenu instead insinto + doins to install .desktop files (diff) | |
download | gentoo-2-b920f060d53443b1396a449af7aeb943279dbf6c.tar.gz gentoo-2-b920f060d53443b1396a449af7aeb943279dbf6c.tar.bz2 gentoo-2-b920f060d53443b1396a449af7aeb943279dbf6c.zip |
Use domenu instead insinto + doins to install .desktop files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xemacs/xemacs-21.5.29-r2.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.29-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/xemacs/xemacs-21.5.29-r2.ebuild b/app-editors/xemacs/xemacs-21.5.29-r2.ebuild index b3bd46be1111..0cf35dcdeec9 100644 --- a/app-editors/xemacs/xemacs-21.5.29-r2.ebuild +++ b/app-editors/xemacs/xemacs-21.5.29-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.29-r2.ebuild,v 1.10 2012/03/18 12:58:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.29-r2.ebuild,v 1.11 2012/09/05 07:12:12 jlec Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -227,8 +227,7 @@ src_install() { insinto /usr/share/pixmaps newins "${S}"/etc/${PN}-icon.xpm ${PN}.xpm - insinto /usr/share/applications - doins "${FILESDIR}"/${PN}.desktop + domenu "${FILESDIR}"/${PN}.desktop } pkg_postinst() { |