commit 61d753038c90605c994123dfd8f3c033aab88361
parent c23cf191f3ef39c597c4149c7dbaf139f59caff0
Author: ctucx <c@ctu.cx>
Date: Wed, 3 Feb 2021 13:13:52 +0100
parent c23cf191f3ef39c597c4149c7dbaf139f59caff0
Author: ctucx <c@ctu.cx>
Date: Wed, 3 Feb 2021 13:13:52 +0100
add missing install
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/smartied/.SRCINFO b/smartied/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = smartied pkgver = 0.1 - pkgrel = 3 + pkgrel = 4 url = https://cgit.ctu.cx/smartied/ arch = x86_64 license = GPL-3
diff --git a/smartied/PKGBUILD b/smartied/PKGBUILD @@ -1,6 +1,6 @@ pkgname=smartied pkgver=0.1 -pkgrel=3 +pkgrel=4 arch=('x86_64') url="https://cgit.ctu.cx/smartied/" license=( 'GPL-3' ) @@ -18,4 +18,5 @@ build() { package() { cd "$srcdir/${pkgname}-${_commit}" install -Dm755 ./smartied "$pkgdir"/usr/bin/smartied + install -Dm755 ./smartied.service "$pkgdir"/usr//usr/lib/systemd/system/smartied.service }