diff --git a/srcpkgs/dkms/files/kernel.d/dkms.postinst b/srcpkgs/dkms/files/kernel.d/dkms.postinst index 85e8cc87dd..c1aa0a8f66 100644 --- a/srcpkgs/dkms/files/kernel.d/dkms.postinst +++ b/srcpkgs/dkms/files/kernel.d/dkms.postinst @@ -58,6 +58,7 @@ while [ $# -ne 0 ]; do elif [ $rval -eq 0 ]; then echo "done." else + echo "FAILED!" exit $? fi status=$(dkms status -m ${module} -v ${modulever} -k ${VERSION}) diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template index 3263ad1240..c844685381 100644 --- a/srcpkgs/dkms/template +++ b/srcpkgs/dkms/template @@ -1,7 +1,7 @@ # Template file for 'dkms' pkgname=dkms version=2.4.0 -revision=1 +revision=2 conf_files="/etc/dkms/framework.conf" depends="bash kmod gcc make coreutils linux-headers" homepage="https://github.com/dell/dkms"