fast entrypoints

This commit is contained in:
Devaev Maxim
2019-04-28 22:05:52 +03:00
parent e13b5027d6
commit 47641bf914
2 changed files with 21 additions and 1 deletions

View File

@@ -62,7 +62,6 @@ 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"