summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-05 07:09:11 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-05 07:09:11 +0000
commit9f6bb5c09ccf46e88438231d5d3bc4da2909a72b (patch)
tree27b4c519826fd20f479ede3790ff44590b7073dc /app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
parentUse domenu instead insinto + doins to install .desktop files (diff)
downloadgentoo-2-9f6bb5c09ccf46e88438231d5d3bc4da2909a72b.tar.gz
gentoo-2-9f6bb5c09ccf46e88438231d5d3bc4da2909a72b.tar.bz2
gentoo-2-9f6bb5c09ccf46e88438231d5d3bc4da2909a72b.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/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild')
-rw-r--r--app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
index b59adef0cb3d..51125b301a80 100644
--- a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
+++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-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/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild,v 1.4 2012/05/29 19:15:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild,v 1.5 2012/09/05 07:09:11 jlec Exp $
EAPI=4
@@ -74,8 +74,7 @@ src_install() {
insinto /usr/share
doins -r "${WORKDIR}/jasspa"
if use X; then
- insinto /usr/share/applications
- doins "${FILESDIR}/${PN}.desktop"
+ domenu "${FILESDIR}/${PN}.desktop"
fi
fi