diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-05 08:13:21 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-05 08:13:21 +0000 |
commit | c2d5e74c17e2d1eb0fc8008ad944ff8d415e53a3 (patch) | |
tree | 1fd3899bdd0b06f3e90816d2c7ba59defd409771 /x11-apps/whyteboard/whyteboard-0.41.1.ebuild | |
parent | Use domenu instead insinto + doins to install .desktop files (diff) | |
download | historical-c2d5e74c17e2d1eb0fc8008ad944ff8d415e53a3.tar.gz historical-c2d5e74c17e2d1eb0fc8008ad944ff8d415e53a3.tar.bz2 historical-c2d5e74c17e2d1eb0fc8008ad944ff8d415e53a3.zip |
Use domenu instead insinto + doins to install .desktop files
Package-Manager: portage-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 |