diff options
-rw-r--r-- | app-misc/socnetv/socnetv-2.2-r1.ebuild (renamed from app-misc/socnetv/socnetv-2.2.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/socnetv/socnetv-2.2.ebuild b/app-misc/socnetv/socnetv-2.2-r1.ebuild index 21357723af64..3c0c8c58f078 100644 --- a/app-misc/socnetv/socnetv-2.2.ebuild +++ b/app-misc/socnetv/socnetv-2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,5 +38,7 @@ src_install() { insinto /usr/share/${PN}/examples doins nets/* fi - doman "${S}/man/${PN}.1.gz" + + gzip -d "${S}"/man/${PN}.1.gz || die + doman "${S}"/man/${PN}.1 } |