Skip to content

Commit

Permalink
Fix source_tree variable in dkms build
Browse files Browse the repository at this point in the history
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 openzfs#2776
  • Loading branch information
behlendorf committed Oct 13, 2014
1 parent f178ade commit bf2850d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dkms.mkconf
Original file line number Diff line number Diff line change
Expand Up @@ -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
\$(
Expand Down

0 comments on commit bf2850d

Please sign in to comment.