dev-tcltk/expect-lite: fix man compression
authorAlfredo Tupone <tupone@gentoo.org>
Fri, 29 May 2020 19:20:01 +0000 (21:20 +0200)
committerAlfredo Tupone <tupone@gentoo.org>
Fri, 29 May 2020 19:20:01 +0000 (21:20 +0200)
Closes: https://bugs.gentoo.org/724064
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild

index 7e006fefdd6b98e043bbab30b99a82cc0ce5e6d0..71432aaa93d88c2d379b851292fa3aeab32c26ad 100644 (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