diff options
author | Devaev Maxim <[email protected]> | 2019-04-28 22:05:52 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-28 22:05:52 +0300 |
commit | 47641bf914c809f3c575d2caf071132008e19587 (patch) | |
tree | 5209b30137b67a4c899ff723572cc79ce8a96846 /PKGBUILD | |
parent | e13b5027d6093cbacccf49e9af9c46c0dc1ef374 (diff) |
fast entrypoints
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |