summaryrefslogtreecommitdiff
path: root/sys-fs/xfsdump/files/xfsdump-3.1.9-fix-docs.patch
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-02-14 14:47:44 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-02-14 14:55:09 +0100
commit4995538f727b3fbea1b4628b72159c34e78598a1 (patch)
tree6f33cb887151f8561a71fdf7579fe850db58c519 /sys-fs/xfsdump/files/xfsdump-3.1.9-fix-docs.patch
parent67754a0aff73df82a67081cdff74d7a6e39cfa29 (diff)
downloadgentoo-4995538f727b3fbea1b4628b72159c34e78598a1.tar.gz
gentoo-4995538f727b3fbea1b4628b72159c34e78598a1.tar.bz2
gentoo-4995538f727b3fbea1b4628b72159c34e78598a1.zip
sys-fs/xfsdump: bump to v3.1.9
Closes: https://bugs.gentoo.org/693296 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-fs/xfsdump/files/xfsdump-3.1.9-fix-docs.patch')
-rw-r--r--sys-fs/xfsdump/files/xfsdump-3.1.9-fix-docs.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-fs/xfsdump/files/xfsdump-3.1.9-fix-docs.patch b/sys-fs/xfsdump/files/xfsdump-3.1.9-fix-docs.patch
new file mode 100644
index 000000000000..e8584a0e3401
--- /dev/null
+++ b/sys-fs/xfsdump/files/xfsdump-3.1.9-fix-docs.patch
@@ -0,0 +1,22 @@
+Do not compress changelog during build.
+
+--- a/doc/Makefile
++++ b/doc/Makefile
+@@ -12,7 +12,7 @@ LSRCFILES = INSTALL CHANGES COPYING $(README) \
+
+ LDIRT = *.gz
+
+-default: CHANGES.gz
++default:
+
+ include $(BUILDRULES)
+
+@@ -22,7 +22,7 @@ CHANGES.gz:
+
+ install: default
+ $(INSTALL) -m 755 -d $(PKG_DOC_DIR)
+- $(INSTALL) -m 644 CHANGES.gz $(README) $(PKG_DOC_DIR)
++ $(INSTALL) -m 644 CHANGES $(README) $(PKG_DOC_DIR)
+ ifeq ($(PKG_DISTRIBUTION), debian)
+ $(INSTALL) -S CHANGES.gz $(PKG_DOC_DIR)/changelog.gz
+ else