From f178adea810bbeff938f279460f26aed9a1993c5 Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Thu, 9 Oct 2014 14:24:03 -0300 Subject: Point dkms build at installed source tree, rather than build directory. Signed-off-by: Tom Prince Signed-off-by: Richard Yao Signed-off-by: Brian Behlendorf Closes #2776 --- scripts/dkms.mkconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 \$( -- cgit v1.2.3