summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 828ac104eddc..35c022f4c154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgver=0.1.1
pkgname=memflow-qemu-procfs-git
-pkgrel=1
+pkgrel=2
pkgdesc="Qemu Procfs connector plugin for the memflow physical memory introspection framework"
arch=(i686 x86_64)
url="https://github.com/memflow/memflow-qemu-procfs"
@@ -19,4 +19,5 @@ build() {
package() {
cd "${pkgname%-git}/target/release"
install -Dm755 libmemflow_qemu_procfs.so "${pkgdir}/usr/lib/memflow/qemu_procfs.so"
+ install -Dm644 "../../LICENSE" "${pkgdir}/usr/share/licenses/memflow-qemu-procfs/LICENSE"
}