Fix service installation.
This commit is contained in:
parent
41b25cdc47
commit
05bab61345
1 changed files with 6 additions and 3 deletions
|
@ -13,9 +13,12 @@ conflicts=("feseur-service" "todo")
|
|||
source=("git+https://git.barnulf.net/mb/feseur.git#branch=master")
|
||||
sha256sums=("SKIP")
|
||||
|
||||
OPTIONS=(!strip !docs libtool emptydirs)
|
||||
|
||||
package() {
|
||||
pwd
|
||||
feseur/build.sh
|
||||
install -Dm755 feseur/target/todo -t "$pkgdir/usr/bin/"
|
||||
install -Dm644 feseur/target/feseur-service "$pkgdir/usr/bin/"
|
||||
mkdir -p "$pkgdir/usr/bin/" "$pkgdir/usr/lib/systemd/user/"
|
||||
install -Dm755 feseur/target/todo -t "$pkgdir/usr/bin/"
|
||||
install -Dm755 feseur/target/feseur-service "$pkgdir/usr/bin/"
|
||||
install -Dm644 feseur/feseur.service "$pkgdir/usr/lib/systemd/user/"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue