sys-auth/otpcalc: Fix installation of desktop entry file.
authorUlrich Müller <ulm@gentoo.org>
Sun, 13 Dec 2015 10:38:30 +0000 (11:38 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sun, 13 Dec 2015 10:38:30 +0000 (11:38 +0100)
Package-Manager: portage-2.2.26

sys-auth/otpcalc/otpcalc-0.97-r8.ebuild [moved from sys-auth/otpcalc/otpcalc-0.97-r7.ebuild with 93% similarity]

similarity index 93%
rename from sys-auth/otpcalc/otpcalc-0.97-r7.ebuild
rename to sys-auth/otpcalc/otpcalc-0.97-r8.ebuild
index f673026ad5a23c7a1665a74a9934a1c2065884b8..76c2de4542821ee23657cae1f80a08fce2bb786f 100644 (file)
@@ -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
 }