commit: 9582ebef5531828cf12a9c11397cb3c3a897b049
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 10:38:30 2015 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 10:38:30 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9582ebef
sys-auth/otpcalc: Fix installation of desktop entry file.
Package-Manager: portage-2.2.26
sys-auth/otpcalc/{otpcalc-0.97-r7.ebuild => otpcalc-0.97-r8.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 f673026..76c2de4 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
}