summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-02-17 09:42:21 +0300
committerDevaev Maxim <[email protected]>2019-02-17 09:42:21 +0300
commit70d3fe37b24f3d8ce34cc2fb184eaf65fc61b675 (patch)
treed830f5a76ca2315eaddc9d8a703ea21c56f186cd /PKGBUILD
parent00384c256ab9aeb892c45ebbfa2155a848e699a9 (diff)
kvmd-gencert
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6319793..393e8d67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,6 +59,7 @@ package_kvmd() {
cd "$srcdir/$pkgname-build"
python setup.py install --root="$pkgdir"
+ install -Dm755 scripts/* "$pkgdir/usr/bin"
mkdir -p "$pkgdir/usr/lib/systemd/system"
cp configs/os/systemd/*.service "$pkgdir/usr/lib/systemd/system"