From 6d00e6d2cc8ad4b6464e34f0cfc311b785591567 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 20 Nov 2012 00:05:07 +0100 Subject: [PATCH] dkms: fix previous; switch to next module properly. --- srcpkgs/dkms/files/kernel.d/dkms.postinst | 1 + srcpkgs/dkms/template | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/dkms/files/kernel.d/dkms.postinst b/srcpkgs/dkms/files/kernel.d/dkms.postinst index 7cbc82f75ca..85e8cc87dd4 100644 --- a/srcpkgs/dkms/files/kernel.d/dkms.postinst +++ b/srcpkgs/dkms/files/kernel.d/dkms.postinst @@ -44,6 +44,7 @@ while [ $# -ne 0 ]; do # Check if the module is still there. if [ ! -f usr/src/${module}-${modulever}/dkms.conf ]; then echo "Skipping unexistent DKMS module: ${module}-${modulever}." + shift 2 continue fi # Build the module diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template index 92c509730b0..deab675c54d 100644 --- a/srcpkgs/dkms/template +++ b/srcpkgs/dkms/template @@ -4,7 +4,7 @@ version=2.2.0.3 homepage="http://linux.dell.com/dkms" distfiles="${homepage}/permalink/dkms-$version.tar.gz" depends="bash module-init-tools gcc make coreutils kernel-headers" -revision=2 +revision=3 short_desc="Dynamic Kernel Modules System" maintainer="Juan RP " license="GPL-2"