From: Ulrich Müller Date: Sun, 13 Dec 2015 10:38:30 +0000 (+0100) Subject: sys-auth/otpcalc: Fix installation of desktop entry file. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9582ebef5531828cf12a9c11397cb3c3a897b049;p=gentoo.git sys-auth/otpcalc: Fix installation of desktop entry file. Package-Manager: portage-2.2.26 --- diff --git a/sys-auth/otpcalc/otpcalc-0.97-r7.ebuild b/sys-auth/otpcalc/otpcalc-0.97-r8.ebuild similarity index 93% rename from sys-auth/otpcalc/otpcalc-0.97-r7.ebuild rename to sys-auth/otpcalc/otpcalc-0.97-r8.ebuild index f673026ad5a2..76c2de454282 100644 --- a/sys-auth/otpcalc/otpcalc-0.97-r7.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.97-r8.ebuild @@ -44,6 +44,7 @@ src_install() { dosym otpCalc /usr/bin/otpcalc doman otpCalc.1 newman - otpcalc.1 <<< ".so man1/otpCalc.1" - domenu "${FILESDIR}/${PN}.desktop" + insinto /usr/share/applications + doins "${FILESDIR}/${PN}.desktop" dodoc BUGS ChangeLog TODO }