diff options
author | 2012-09-05 08:17:10 +0000 | |
---|---|---|
committer | 2012-09-05 08:17:10 +0000 | |
commit | 060794f807ebaa270867071907618e57a4847f2f (patch) | |
tree | 8e82e6829f13fbe3d5c89ffb5894e6c1de24cf5f /x11-plugins/wmlaptop/wmlaptop-1.4.ebuild | |
parent | Use domenu instead insinto + doins to install .desktop files (diff) | |
download | gentoo-2-060794f807ebaa270867071907618e57a4847f2f.tar.gz gentoo-2-060794f807ebaa270867071907618e57a4847f2f.tar.bz2 gentoo-2-060794f807ebaa270867071907618e57a4847f2f.zip |
Use domenu instead insinto + doins to install .desktop files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmlaptop/wmlaptop-1.4.ebuild')
-rw-r--r-- | x11-plugins/wmlaptop/wmlaptop-1.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild b/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild index 4dba8b3af232..69511d139154 100644 --- a/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild +++ b/x11-plugins/wmlaptop/wmlaptop-1.4.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/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild,v 1.2 2012/02/15 09:49:42 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild,v 1.3 2012/09/05 08:17:10 jlec Exp $ inherit eutils @@ -42,6 +42,5 @@ src_install() { dodoc ../AUTHORS ../README ../README.IT ../THANKS - insinto /usr/share/applications - doins "${FILESDIR}/${PN}.desktop" + domenu "${FILESDIR}/${PN}.desktop" } |