]> git.proxmox.com Git - mirror_spl.git/blobdiff - copy-builtin
Exclude python scripts from RPM shebang check
[mirror_spl.git] / copy-builtin
index aa4307386688e9c2971abaf7ee345e731d6c6d81..34c482bab697cf1672617e79a9a19940c46a9804 100755 (executable)
@@ -116,7 +116,7 @@ add_after()
 add_after "$KERNEL_DIR/Kconfig" 'source "arch/$SRCARCH/Kconfig"' 'source "spl/Kconfig"'
 # We must take care to build SPL before ZFS, otherwise the symbols required
 # to link ZFS will not be available.
-sed -i 's#+= kernel/#+= kernel/ spl/#' "$KERNEL_DIR/Makefile"
+sed -i 's~mm/ fs/~mm/ spl/ fs/~' "$KERNEL_DIR/Makefile"
 
 echo >&2
 echo "    $0: done." >&2