linux3.16-ck: set kernel_hooks_version to pass correct version to the kernel-hooks trigger.
... otherwise the initramfs is not built properly.
This commit is contained in:
parent
fab000de57
commit
cf92841ae6
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
pkgname=linux3.16-ck
|
||||
version=3.16.1
|
||||
revision=1
|
||||
revision=2
|
||||
patch_args="-p1"
|
||||
wrksrc="linux-${version}"
|
||||
maintainer="John Galt <johngaltfirstrun@gmail.com>"
|
||||
|
@ -20,6 +20,8 @@ preserve=yes
|
|||
only_for_archs="i686 x86_64"
|
||||
makedepends="bc perl kmod>=11_2 libressl-openssl elfutils"
|
||||
triggers="kernel-hooks"
|
||||
kernel_hooks_version="${_kernver}"
|
||||
|
||||
# These files could be modified when an external module is built.
|
||||
mutable_files="
|
||||
/usr/lib/modules/${_kernver}/modules.dep
|
||||
|
|
Loading…
Reference in a new issue