Skip to content

Commit bef078b

Browse files
committed
do not check for dkms if called from dkms
1 parent 0298896 commit bef078b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
PATH=$PATH:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/sbin
55

6+
KDKMS=
67
case "$1" in
78
--from-dkms-conf*)
89
KDKMS=`echo "$1" | sed 's/[^=]*.//'`
@@ -589,6 +590,7 @@ snmp_check() {
589590

590591
dkms_check() {
591592
DKMSINSTALL=
593+
test "$KDKMS" && return
592594
test "$SKIPDKMS" && return
593595

594596
echo -n "Checking for DKMS... "

0 commit comments

Comments
 (0)