diff options
author | Matthew Thode <[email protected]> | 2013-06-21 14:55:07 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-06-21 15:40:04 -0700 |
commit | 991857cac5929fa149820722b8e8cd90f874670c (patch) | |
tree | b4246e7e85b59918a96f7a3b83e94910064a1331 /copy-builtin | |
parent | ab0fdfef52b4770f8039c0871ff514e079a09a4c (diff) |
Copy spl.release.in to kernel dir
Required when compiling ZFS in the kernel.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #253
Diffstat (limited to 'copy-builtin')
-rwxr-xr-x | copy-builtin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/copy-builtin b/copy-builtin index 3277270d9..cd98b7a86 100755 --- a/copy-builtin +++ b/copy-builtin @@ -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() { |