diff options
author | Tom Prince <[email protected]> | 2014-10-09 14:24:03 -0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-10-09 12:05:43 -0700 |
commit | f178adea810bbeff938f279460f26aed9a1993c5 (patch) | |
tree | 264aad4424d75387d2c7f7bfee420f6f9d23fabd /scripts/dkms.mkconf | |
parent | fee48fd22c76f30796f524749e5be7b92ed2eda5 (diff) |
Point dkms build at installed source tree, rather than build directory.
Signed-off-by: Tom Prince <[email protected]>
Signed-off-by: Richard Yao <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #2776
Diffstat (limited to 'scripts/dkms.mkconf')
-rwxr-xr-x | scripts/dkms.mkconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dkms.mkconf b/scripts/dkms.mkconf index dde8ee8cb..6cd8ab53b 100755 --- a/scripts/dkms.mkconf +++ b/scripts/dkms.mkconf @@ -27,7 +27,7 @@ PRE_BUILD="configure --with-config=kernel --with-linux=\${kernel_source_dir} --with-linux-obj=\${kernel_source_dir} - --with-spl=\${dkms_tree}/spl/\${PACKAGE_VERSION}/build + --with-spl=\${$source_tree}/spl-\${PACKAGE_VERSION}/ --with-spl-obj=\${dkms_tree}/spl/\${PACKAGE_VERSION}/\${kernelver}/\${arch} --with-spl-timeout=300 \$( |