summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDictator Mei2018-08-16 23:58:58 +0900
committerDictator Mei2018-08-16 23:58:58 +0900
commit04bb953b595f2851092fe0b84f6baea842072711 (patch)
tree24f3fb8706a0b67b7c76cdcace403ece4fd52045
parented9b3dd27541502baa7acd87d8f7c98dcae60073 (diff)
downloadaur-04bb953b595f2851092fe0b84f6baea842072711.tar.gz
update package
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b38b6a3e41e..09ee87f4151e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,5 +24,6 @@ build() {
package() {
cd qqbot-$pkgver
python setup.py install --root="$pkgdir"
+ install -Dm644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}