dkms: fix previous; switch to next module properly.

This commit is contained in:
Juan RP 2012-11-20 00:05:07 +01:00
parent b54ac15d65
commit 6d00e6d2cc
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 <xtraeme@gmail.com>"
license="GPL-2"