mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
dkms: fix previous; switch to next module properly.
This commit is contained in:
parent
b54ac15d65
commit
6d00e6d2cc
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue