From: Matthew Thode Date: Fri, 21 Jun 2013 18:55:07 +0000 (-0400) Subject: Copy spl.release.in to kernel dir X-Git-Tag: spl-0.6.2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=991857cac5929fa149820722b8e8cd90f874670c;p=spl Copy spl.release.in to kernel dir Required when compiling ZFS in the kernel. Signed-off-by: Brian Behlendorf Closes #253 --- diff --git a/copy-builtin b/copy-builtin index 3277270..cd98b7a 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() {