diff options
author | Omar Pakker | 2020-07-24 11:01:10 +0000 |
---|---|---|
committer | Omar Pakker | 2020-07-24 11:01:10 +0000 |
commit | fd56850cdb1d069599532d737851352274f071a0 (patch) | |
tree | aa92d82b8683e0889e6234379ee449381591e070 | |
parent | 8d2eae0a2eb34dd30444a691b23cf9e610c63c54 (diff) | |
download | aur-fd56850cdb1d069599532d737851352274f071a0.tar.gz |
Add kernel module header file. This file was introduced at some point.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = looking-glass-git pkgdesc = An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough - pkgver = B2rc2.r2.g667ab98 + pkgver = B2rc2.r12.g06aee15 pkgrel = 1 epoch = 2 url = https://looking-glass.hostfission.com @@ -6,7 +6,7 @@ pkgname=("${_pkgname}-git" "${_pkgname}-module-dkms-git" "obs-plugin-${_pkgname}-git") epoch=2 -pkgver=B2rc2.r2.g667ab98 +pkgver=B2rc2.r12.g06aee15 pkgrel=1 pkgdesc="An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough" url="https://looking-glass.hostfission.com" @@ -64,7 +64,7 @@ package_looking-glass-module-dkms-git() { conflicts=("${_pkgname}-module-dkms") cd "${srcdir}/${_pkgname}/module" - for f in {Makefile,dkms.conf,kvmfr.c}; do + for f in {Makefile,dkms.conf,kvmfr.{h,c}}; do install -Dm644 "${f}" "${pkgdir}/usr/src/${pkgbase}-${pkgver}/${f}" done } |