From bf2850de82af89b6d56fbbe9ee99bd9f09c628dc Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 13 Oct 2014 10:35:01 -0700 Subject: [PATCH] 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 Closes #2776 --- scripts/dkms.mkconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \$(