diff options
author | Sam James <sam@gentoo.org> | 2022-06-04 22:13:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-04 22:13:45 +0100 |
commit | 874e98802f7fb77954102a09a80c00a5d97c132b (patch) | |
tree | fbcb2bdcf52607631b0636d54e52c2d7aef370fd /sys-fs/xfsprogs/files/xfsprogs-5.18.0-docdir.patch | |
parent | x11-wm/fvwm3: Fix breaking builds (diff) | |
download | gentoo-874e98802f7fb77954102a09a80c00a5d97c132b.tar.gz gentoo-874e98802f7fb77954102a09a80c00a5d97c132b.tar.bz2 gentoo-874e98802f7fb77954102a09a80c00a5d97c132b.zip |
sys-fs/xfsprogs: add 5.18.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/xfsprogs/files/xfsprogs-5.18.0-docdir.patch')
-rw-r--r-- | sys-fs/xfsprogs/files/xfsprogs-5.18.0-docdir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-fs/xfsprogs/files/xfsprogs-5.18.0-docdir.patch b/sys-fs/xfsprogs/files/xfsprogs-5.18.0-docdir.patch new file mode 100644 index 000000000000..480f44cf6079 --- /dev/null +++ b/sys-fs/xfsprogs/files/xfsprogs-5.18.0-docdir.patch @@ -0,0 +1,11 @@ +--- a/scrub/Makefile ++++ b/scrub/Makefile +@@ -25,7 +25,7 @@ + CRONTABS = xfs_scrub_all.cron + OPTIONAL_TARGETS += $(CRONTABS) + # Don't enable the crontab by default for now +-CROND_DIR = $(PKG_LIB_SCRIPT_DIR)/$(PKG_NAME) ++CROND_DIR = $(PKG_DOC_DIR) + endif + + endif # scrub_prereqs |