parent
b40a1f4fee
commit
720bbda966
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -35,7 +35,7 @@ check() {
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname"
|
cd "$srcdir/$pkgname"
|
||||||
install -Dm755 "target/release/bk" "$pkgdir/usr/bin/bk"
|
install -Dm755 "target/release/bk" "$pkgdir/usr/bin/bk"
|
||||||
install -Dm644 "src/systemd/bk.service" "/usr/lib/systemd/system/bk.service"
|
install -Dm644 "src/systemd/bk.service" "$pkdir/usr/lib/systemd/system/bk.service"
|
||||||
install -Dm644 "src/systemd/bk.timer" "/usr/lib/systemd/system/bk.timer"
|
install -Dm644 "src/systemd/bk.timer" "$pkdir/usr/lib/systemd/system/bk.timer"
|
||||||
install -Dm644 "config.toml" "/etc/bk.toml"
|
install -Dm644 "config.toml" "$pkdir/etc/bk.toml"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue