Copy spl.release.in to kernel dir

Required when compiling ZFS in the kernel.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #253
This commit is contained in:
Matthew Thode 2013-06-21 14:55:07 -04:00 committed by Brian Behlendorf
parent ab0fdfef52
commit 991857cac5

View File

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