kvmd-gencert

This commit is contained in:
Devaev Maxim
2019-02-17 09:42:21 +03:00
parent 00384c256a
commit 70d3fe37b2
3 changed files with 21 additions and 6 deletions

View File

@@ -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"