mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:47:15 +08:00
Fix install
This commit is contained in:
parent
4ac0ac96f5
commit
df7e95dca1
@ -6,7 +6,7 @@ _kver="$(cat /lib/modules/${_extramodules}/version)"
|
||||
|
||||
pkgname=ndiswrapper
|
||||
pkgver=1.58
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For linux-testing."
|
||||
license=('GPL')
|
||||
arch=('x86_64')
|
||||
|
@ -5,7 +5,7 @@ post_install()
|
||||
|
||||
post_upgrade()
|
||||
{
|
||||
EXTRAMODULES='extramodules-3.8-CHAKRA'
|
||||
EXTRAMODULES='extramodules-3.9-CHAKRA'
|
||||
depmod $(cat /lib/modules/$EXTRAMODULES/version)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user