dev-tcltk/expect-lite: fix man compression

Closes: https://bugs.gentoo.org/724064
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2020-05-29 21:20:01 +02:00
parent b9c5440233
commit 8ffa16b41f

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -28,6 +28,7 @@ src_install() {
dodoc -r Docs/*
dobin ${PN}
gunzip man/*.gz
doman man/*
if use examples ; then