We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e76c388 + 0226bb8 commit 08b1f8fCopy full SHA for 08b1f8f
patches/linux_uio/pda_kadapter_dkms.spec
@@ -53,9 +53,10 @@ fi
53
54
%post
55
dkms add -m %{module} -v %{version}
56
-if [ `uname -r | grep -c "BOOT"` -eq 0 ] && [ -e /lib/modules/`uname -r`/build/include ]; then
57
- dkms build -m %{module} -v %{version}
58
- dkms install -m %{module} -v %{version}
+
+if [ `uname -r | grep -c "BOOT"` -eq 0 ]; then
+ dkms build -m %{module} -v %{version} --all
59
+ dkms install -m %{module} -v %{version} --all
60
elif [ `uname -r | grep -c "BOOT"` -gt 0 ]; then
61
echo -e ""
62
echo -e "Module build for the currently running kernel was skipped since you"
0 commit comments