summaryrefslogtreecommitdiffstats
path: root/scripts/dkms.mkconf
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2014-10-13 10:35:01 -0700
committerBrian Behlendorf <[email protected]>2014-10-13 10:38:41 -0700
commitbf2850de82af89b6d56fbbe9ee99bd9f09c628dc (patch)
tree2227831ac6c84d188feb14161a358d90bb6b0317 /scripts/dkms.mkconf
parentf178adea810bbeff938f279460f26aed9a1993c5 (diff)
Fix source_tree variable in dkms build
The source_tree variable in the previous commit had an extra $. Remove it so that source_tree is expanded properly. An identical fix has been applied in the original patch to the stable branch. Signed-off-by: Brian Behlendorf <[email protected]> Closes #2776
Diffstat (limited to 'scripts/dkms.mkconf')
-rwxr-xr-xscripts/dkms.mkconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dkms.mkconf b/scripts/dkms.mkconf
index 6cd8ab53b..caba1becd 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=\${$source_tree}/spl-\${PACKAGE_VERSION}/
+ --with-spl=\${source_tree}/spl-\${PACKAGE_VERSION}
--with-spl-obj=\${dkms_tree}/spl/\${PACKAGE_VERSION}/\${kernelver}/\${arch}
--with-spl-timeout=300
\$(