skip_inventory_debian_subfolder.patch 468 B

12345678910111213141516171819
  1. Do not build inventory/ subdirectory.
  2. Bug: https://bugs.gentoo.org/692972
  3. Upstream report: https://www.spinics.net/lists/linux-xfs/msg36884.html
  4. Do not build debian/ subdirectory.
  5. --- a/Makefile
  6. +++ b/Makefile
  7. @@ -42,7 +42,7 @@ LDIRT += $(SRCTAR)
  8. endif
  9. LIB_SUBDIRS = librmt
  10. -TOOL_SUBDIRS = common inventory invutil dump restore m4 man doc po debian
  11. +TOOL_SUBDIRS = common invutil dump restore m4 man doc po
  12. SUBDIRS = include $(LIB_SUBDIRS) $(TOOL_SUBDIRS)