dkms: depend on the 'linux-headers' meta-pkg.
This commit is contained in:
parent
4d7473c886
commit
de70da34d1
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dkms'
|
||||
pkgname=dkms
|
||||
version=2.2.0.3
|
||||
revision=3
|
||||
revision=4
|
||||
homepage="http://linux.dell.com/dkms"
|
||||
distfiles="${homepage}/permalink/dkms-$version.tar.gz"
|
||||
short_desc="Dynamic Kernel Modules System"
|
||||
|
@ -29,9 +29,8 @@ do_install() {
|
|||
dkms_package() {
|
||||
conf_files="/etc/dkms/framework.conf"
|
||||
noarch="yes"
|
||||
depends="bash module-init-tools gcc make coreutils kernel-headers"
|
||||
depends="bash kmod gcc make coreutils linux-headers"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue