summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-05 08:48:48 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-05 08:48:48 +0000
commit9b36cbb58f52e051429c314f8f9cbcc99c289d85 (patch)
tree9fc1f83e2f5c5a8e0ff621631ec950b25846155b /app-editors/xemacs/xemacs-21.4.22-r2.ebuild
parentUse doicon instead insinto + doins to install icon files (diff)
downloadgentoo-2-9b36cbb58f52e051429c314f8f9cbcc99c289d85.tar.gz
gentoo-2-9b36cbb58f52e051429c314f8f9cbcc99c289d85.tar.bz2
gentoo-2-9b36cbb58f52e051429c314f8f9cbcc99c289d85.zip
Use doicon instead insinto + doins to install icon files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xemacs/xemacs-21.4.22-r2.ebuild')
-rw-r--r--app-editors/xemacs/xemacs-21.4.22-r2.ebuild5
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
}