diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-05-15 07:54:53 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-05-15 07:54:53 +0000 |
commit | b49812101b8ef54d323bcb5d0bc8cc310e7f8fde (patch) | |
tree | a8e42cdaae590838216df1927b54385e0ad6befa /sys-auth/otpcalc/otpcalc-0.97-r6.ebuild | |
parent | Drop old versions (diff) | |
download | gentoo-2-b49812101b8ef54d323bcb5d0bc8cc310e7f8fde.tar.gz gentoo-2-b49812101b8ef54d323bcb5d0bc8cc310e7f8fde.tar.bz2 gentoo-2-b49812101b8ef54d323bcb5d0bc8cc310e7f8fde.zip |
Install otpcalc.1 man page redirection.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'sys-auth/otpcalc/otpcalc-0.97-r6.ebuild')
-rw-r--r-- | sys-auth/otpcalc/otpcalc-0.97-r6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild b/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild index b42094335338..8232a8b63dad 100644 --- a/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild,v 1.8 2013/01/22 17:32:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild,v 1.9 2013/05/15 07:54:53 ulm Exp $ EAPI=5 @@ -48,6 +48,7 @@ src_install() { dobin otpCalc dosym otpCalc /usr/bin/otpcalc newman otpCalc.man otpCalc.1 + newman - otpcalc.1 <<<".so man1/otpCalc.1" domenu "${FILESDIR}/${PN}.desktop" dodoc BUGS ChangeLog TODO } |