summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/ttyrec')
-rw-r--r--app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild6
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
}