* update dkms to 3.0.12-1
This commit is contained in:
parent
c6805b95b7
commit
a031980630
@ -3,7 +3,7 @@
|
|||||||
# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
|
# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
|
||||||
|
|
||||||
pkgname=dkms
|
pkgname=dkms
|
||||||
pkgver=3.0.11
|
pkgver=3.0.12
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Dynamic Kernel Modules System'
|
pkgdesc='Dynamic Kernel Modules System'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
@ -64,10 +64,9 @@ package() {
|
|||||||
# we install them outside of $pkgdir
|
# we install them outside of $pkgdir
|
||||||
make \
|
make \
|
||||||
DESTDIR="$pkgdir" \
|
DESTDIR="$pkgdir" \
|
||||||
SBIN="$pkgdir/usr/bin" \
|
SBIN=/usr/bin \
|
||||||
BASHDIR="$pkgdir/usr/share/bash-completion/completions" \
|
KCONF=/../trash \
|
||||||
KCONF="$srcdir"/trash \
|
LIBDIR=/../trash \
|
||||||
LIBDIR="$srcdir"/trash \
|
|
||||||
install
|
install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user