diff options
author | 2012-09-05 08:13:21 +0000 | |
---|---|---|
committer | 2012-09-05 08:13:21 +0000 | |
commit | 517fbe5ed4aa3c6a4c6f4df908e79815b4151323 (patch) | |
tree | f92ae403f031f6a8323664914236ea6bdc6c9af0 /x11-apps/whyteboard/whyteboard-0.41.1.ebuild | |
parent | Remove unused wrapper by Arfrever. (diff) | |
download | gentoo-2-517fbe5ed4aa3c6a4c6f4df908e79815b4151323.tar.gz gentoo-2-517fbe5ed4aa3c6a4c6f4df908e79815b4151323.tar.bz2 gentoo-2-517fbe5ed4aa3c6a4c6f4df908e79815b4151323.zip |
Use domenu instead insinto + doins to install .desktop files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/whyteboard/whyteboard-0.41.1.ebuild')
-rw-r--r-- | x11-apps/whyteboard/whyteboard-0.41.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild index f791003ca2ed..5bf51888d8e7 100644 --- a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild +++ b/x11-apps/whyteboard/whyteboard-0.41.1.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-apps/whyteboard/whyteboard-0.41.1.ebuild,v 1.2 2012/01/26 18:53:38 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild,v 1.3 2012/09/05 08:13:21 jlec Exp $ EAPI="3" @@ -28,8 +28,7 @@ src_install() { insinto /usr/share/pixmaps doins "${DISTDIR}/${PN}.png" || die - insinto /usr/share/applications - doins "${FILESDIR}/${PN}.desktop" || die + domenu "${FILESDIR}/${PN}.desktop" || die dodoc CHANGELOG.txt DEVELOPING.txt README.txt TODO.txt || die |