batman-adb14: fix installation.
This commit is contained in:
parent
4d927a7b12
commit
a5b443a752
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'batman-adv14'
|
||||
pkgname=batman-adv14
|
||||
version=2013.4.0
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="B.A.T.M.A.N. routing protocol kernel module (protocol version 14)"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="GPL-2"
|
||||
|
@ -12,7 +12,7 @@ conflicts="batman-adv>=0"
|
|||
wrksrc="batman-adv-$version"
|
||||
|
||||
triggers="dkms"
|
||||
dkms_modules="batman-adv ${version}"
|
||||
dkms_modules="batman-adv14 ${version}"
|
||||
depends="dkms"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue