diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-12-13 11:38:30 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-12-13 11:38:30 +0100 |
commit | 9582ebef5531828cf12a9c11397cb3c3a897b049 (patch) | |
tree | 53cc968df1825a187a5ae8f0f5bf403eeec5422b /sys-auth | |
parent | sys-kernel/aufs-sources: Bump to latest genpatches and linux release (diff) | |
download | gentoo-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
Diffstat (limited to 'sys-auth')
-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 } |