mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
somehow I removed the package()
This commit is contained in:
parent
24231e0943
commit
728f7b8180
@ -37,4 +37,11 @@ build() {
|
||||
patch -p1 < semaphore.patch
|
||||
patch -p1 < mutex-sema.patch
|
||||
make -C /lib/modules/$_kernver/build M=`pwd`
|
||||
}
|
||||
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
install -D -m 755 wl.ko "$pkgdir/lib/modules/`uname -r`/kernel/drivers/net/wireless/wl.ko"
|
||||
install -D -m 644 lib/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
Loading…
Reference in New Issue
Block a user