From 2da4ade5d260d4300fd0b789f9fdc16939d3fe42 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 18 Jun 2020 10:09:02 -0400 Subject: zfs-dkms*/: fix configure.ac modifications to allow all module/ files We want the toplevel Makefile/zfs.release and we *also* want all files in module/ to be configured, because that is the only subdirectory we use. It just happened that module/ used to only have Makefile.in to configure, so only permitting Makefiles which may or may not be prefixed with 'module/' worked. The current upstream master now has a Kbuild.in file, though, which broke this clumsy hack. Update to use a more beautiful variant of clumsy hack instead. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 55a6773..f44d677 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -35,7 +35,7 @@ prepare() { sed -ri "/AC_CONFIG_FILES/,/]\)/{ /AC_CONFIG_FILES/n /]\)/n -/^\s*(module\/.*)?(${pkgname%-dkms}.release|Makefile)/!d +/^\s*(module\/.*|${pkgname%-dkms}.release|Makefile)/!d }" configure.ac autoreconf -fi -- cgit v1.2.1