]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Copy spl.release.in to kernel dir
authorMatthew Thode <mthode@mthode.org>
Fri, 21 Jun 2013 18:55:07 +0000 (14:55 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 21 Jun 2013 22:40:04 +0000 (15:40 -0700)
Required when compiling ZFS in the kernel.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #253

copy-builtin

index 3277270d92e808ab54700443427c142cf53623ce..cd98b7a862fa20dd4f077081f53670d3c68b1ae1 100755 (executable)
@@ -33,6 +33,7 @@ rm -rf "$KERNEL_DIR/include/spl" "$KERNEL_DIR/spl"
 cp --recursive include "$KERNEL_DIR/include/spl"
 cp --recursive module "$KERNEL_DIR/spl"
 cp spl_config.h "$KERNEL_DIR/"
+cp spl.release.in "$KERNEL_DIR/"
 
 adjust_obj_paths()
 {