summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-12-13 11:38:30 +0100
committerUlrich Müller <ulm@gentoo.org>2015-12-13 11:38:30 +0100
commit9582ebef5531828cf12a9c11397cb3c3a897b049 (patch)
tree53cc968df1825a187a5ae8f0f5bf403eeec5422b
parentsys-kernel/aufs-sources: Bump to latest genpatches and linux release (diff)
downloadgentoo-9582ebef5531828cf12a9c11397cb3c3a897b049.tar.gz
gentoo-9582ebef5531828cf12a9c11397cb3c3a897b049.tar.bz2
gentoo-9582ebef5531828cf12a9c11397cb3c3a897b049.zip
sys-auth/otpcalc: Fix installation of desktop entry file.
Package-Manager: portage-2.2.26
-rw-r--r--sys-auth/otpcalc/otpcalc-0.97-r8.ebuild (renamed from sys-auth/otpcalc/otpcalc-0.97-r7.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-auth/otpcalc/otpcalc-0.97-r7.ebuild b/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
}