summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-12-18 14:49:08 -0500
committerMike Gilbert <floppym@gentoo.org>2020-12-18 14:49:44 -0500
commitc3ef7ef919ced165df4888d89b96936fbc87506b (patch)
tree727894578fff42e6d5d91b6809b71fdf49c7a27c /sys-fs
parentnet-im/teams: Version bump (diff)
downloadgentoo-c3ef7ef919ced165df4888d89b96936fbc87506b.tar.gz
gentoo-c3ef7ef919ced165df4888d89b96936fbc87506b.tar.bz2
gentoo-c3ef7ef919ced165df4888d89b96936fbc87506b.zip
sys-fs/xfsprogs: forcably disable zipped manpages
In m4/manual_format.m4, AC_MANUAL_FORMAT checks to see if man.1.gz exists. If it does, the build system assumes we want it to compress the XFS man pages using gzip. Set the HAVE_ZIPPED_MANPAGES make variable to disable this automagic behavior. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/xfsprogs/xfsprogs-5.10.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/xfsprogs/xfsprogs-5.10.0.ebuild b/sys-fs/xfsprogs/xfsprogs-5.10.0.ebuild
index 1661c39dc4e8..2086d0f89f61 100644
--- a/sys-fs/xfsprogs/xfsprogs-5.10.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-5.10.0.ebuild
@@ -88,8 +88,8 @@ src_compile() {
}
src_install() {
- emake DIST_ROOT="${ED}" install
- emake DIST_ROOT="${ED}" install-dev
+ emake DIST_ROOT="${ED}" HAVE_ZIPPED_MANPAGES=false install
+ emake DIST_ROOT="${ED}" HAVE_ZIPPED_MANPAGES=false install-dev
gen_usr_ldscript -a handle
}