dkms: fix previous; switch to next module properly.
This commit is contained in:
@@ -44,6 +44,7 @@ while [ $# -ne 0 ]; do
|
|||||||
# Check if the module is still there.
|
# Check if the module is still there.
|
||||||
if [ ! -f usr/src/${module}-${modulever}/dkms.conf ]; then
|
if [ ! -f usr/src/${module}-${modulever}/dkms.conf ]; then
|
||||||
echo "Skipping unexistent DKMS module: ${module}-${modulever}."
|
echo "Skipping unexistent DKMS module: ${module}-${modulever}."
|
||||||
|
shift 2
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
# Build the module
|
# Build the module
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ version=2.2.0.3
|
|||||||
homepage="http://linux.dell.com/dkms"
|
homepage="http://linux.dell.com/dkms"
|
||||||
distfiles="${homepage}/permalink/dkms-$version.tar.gz"
|
distfiles="${homepage}/permalink/dkms-$version.tar.gz"
|
||||||
depends="bash module-init-tools gcc make coreutils kernel-headers"
|
depends="bash module-init-tools gcc make coreutils kernel-headers"
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Dynamic Kernel Modules System"
|
short_desc="Dynamic Kernel Modules System"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|||||||
Reference in New Issue
Block a user