summaryrefslogtreecommitdiff
path: root/sys-fs/xfsdump/files/xfsdump-3.1.9-skip-inventory-debian-subfolder.patch
blob: 643495faa7140020c49cfd7d819c07b5c9ad9ea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Do not build inventory/ subdirectory.
Bug: https://bugs.gentoo.org/692972
Upstream report: https://www.spinics.net/lists/linux-xfs/msg36884.html


Do not build debian/ subdirectory.

--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ LDIRT += $(SRCTAR)
 endif
 
 LIB_SUBDIRS = librmt
-TOOL_SUBDIRS = common inventory invutil dump restore m4 man doc po debian
+TOOL_SUBDIRS = common invutil dump restore m4 man doc po
 
 SUBDIRS = include $(LIB_SUBDIRS) $(TOOL_SUBDIRS)