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'
|
# Template file for 'dkms'
|
||||||
pkgname=dkms
|
pkgname=dkms
|
||||||
version=2.2.0.3
|
version=2.2.0.3
|
||||||
revision=3
|
revision=4
|
||||||
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"
|
||||||
short_desc="Dynamic Kernel Modules System"
|
short_desc="Dynamic Kernel Modules System"
|
||||||
|
@ -29,9 +29,8 @@ do_install() {
|
||||||
dkms_package() {
|
dkms_package() {
|
||||||
conf_files="/etc/dkms/framework.conf"
|
conf_files="/etc/dkms/framework.conf"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
depends="bash module-init-tools gcc make coreutils kernel-headers"
|
depends="bash kmod gcc make coreutils linux-headers"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc
|
vmove all
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue