mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
fixing u2 pkgbuild
This commit is contained in:
parent
15a5da3296
commit
7b6fc36492
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ package_linux-odroid-u2() {
|
|||
provides=('kernel26' "linux=${pkgver}")
|
||||
conflicts=('linux-trimslice' 'linux-omap' 'linux-odroidx')
|
||||
backup=("etc/mkinitcpio.d/${pkgname}.preset")
|
||||
# install=${pkgname}.install
|
||||
install=${pkgname}.install
|
||||
|
||||
cd "${srcdir}/${__gitname}"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# arg 1: the new package version
|
||||
# arg 2: the old package versio
|
||||
|
||||
KERNEL_VERSION=3.0.6-rc6-ARCH
|
||||
KERNEL_VERSION=3.0.59
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
Loading…
Reference in a new issue