projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf35c0
)
dkms.conf: Fixed bug in last commit ${kernel_src_dir}
author
Ian Abbott
<abbotti@mev.co.uk>
Tue, 26 Jun 2012 18:58:00 +0000
(19:58 +0100)
committer
Ian Abbott
<abbotti@mev.co.uk>
Tue, 26 Jun 2012 18:58:00 +0000
(19:58 +0100)
${kernel_src_dir} should be ${kernel_source_dir}.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
dkms.conf
patch
|
blob
|
history
diff --git
a/dkms.conf
b/dkms.conf
index 32d7d09ff2c154f91eb91c380ff72eefb459fb04..4ddd1e47a30faeee80ec0a2e8d4f93ea2ef4090c 100644
(file)
--- a/
dkms.conf
+++ b/
dkms.conf
@@
-373,7
+373,7
@@
if grep -q '^CONFIG_PCMCIA=[ym]' ${kernel_source_dir}/.config 2>/dev/null ; then
if test -d /lib/modules/${kernelver}/source ; then
src=/lib/modules/${kernelver}/source
else
- src=${kernel_s
rc
_dir}
+ src=${kernel_s
ource
_dir}
fi
if test -f ${src}/include/pcmcia/ds.h ; then
if tr '\n' ' ' < ${src}/include/pcmcia/ds.h 2>/dev/null |