mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
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:
parent
ab0fdfef52
commit
991857cac5
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user