diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-10-17 09:11:00 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-17 09:12:11 +0200 |
commit | c9f00b20c01dd9ebbda1357d9a94a02c758b0468 (patch) | |
tree | e19845f337311115c6b824a77966c8145f61251e /app-misc/ttyrec | |
parent | app-misc/ttyrec: clean up old. (diff) | |
download | gentoo-c9f00b20c01dd9ebbda1357d9a94a02c758b0468.tar.gz gentoo-c9f00b20c01dd9ebbda1357d9a94a02c758b0468.tar.bz2 gentoo-c9f00b20c01dd9ebbda1357d9a94a02c758b0468.zip |
app-misc/ttyrec: improve DESCRIPTION and the src_install() phase.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-misc/ttyrec')
-rw-r--r-- | app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild index d5609a7a7f55..ff27ddd322f7 100644 --- a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild +++ b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit flag-o-matic toolchain-funcs -DESCRIPTION="The tty recorder provides tools to record and replay a terminal session." +DESCRIPTION="ttyrec provides tools to record and replay a terminal session" HOMEPAGE="http://0xcc.net/ttyrec/" SRC_URI="http://0xcc.net/ttyrec/${P}.tar.gz" @@ -21,7 +21,7 @@ src_compile() { } src_install() { - dobin ttyrec ttyplay ttytime - dodoc README + dobin tty{rec,play,time} doman *.1 + einstalldocs } |