fixup! feat: supply kernel version to dkms commands

This commit is contained in:
jlkDE 2023-01-23 16:54:56 +01:00
parent 45d37e3a41
commit 4a4e11be17

View File

@ -320,7 +320,7 @@ else
if command -v /usr/bin/time >/dev/null 2>&1 if command -v /usr/bin/time >/dev/null 2>&1
then then
/usr/bin/time -f "Compile time: %U seconds" dkms build -m ${DRV_NAME} -v ${DRV_VERSION} /usr/bin/time -f "Compile time: %U seconds" dkms build -m ${DRV_NAME} -v ${DRV_VERSION} -k "${KVER}"
else else
dkms build -m ${DRV_NAME} -v ${DRV_VERSION} -k "${KVER}" dkms build -m ${DRV_NAME} -v ${DRV_VERSION} -k "${KVER}"
fi fi