diff options
Diffstat (limited to 'app-editors/xemacs/xemacs-21.4.22-r2.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.22-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.22-r2.ebuild b/app-editors/xemacs/xemacs-21.4.22-r2.ebuild index 1372dca42bcd..afcb60b3de3c 100644 --- a/app-editors/xemacs/xemacs-21.4.22-r2.ebuild +++ b/app-editors/xemacs/xemacs-21.4.22-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.4.22-r2.ebuild,v 1.14 2012/09/05 07:12:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v 1.15 2012/09/05 08:48:48 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 @@ -229,8 +229,7 @@ src_install() { dodoc BUGS CHANGES-* ChangeLog GETTING* INSTALL PROBLEMS README* dodoc "${FILESDIR}"/README.Gentoo - insinto /usr/share/pixmaps - newins "${S}"/etc/${PN}-icon.xpm ${PN}.xpm + newicon "${S}"/etc/${PN}-icon.xpm ${PN}.xpm domenu "${FILESDIR}"/${PN}.desktop } |