Enhance installation process, update service paths, and improve device classification
This commit is contained in:
parent
edb2ba338a
commit
55d103b3cf
12 changed files with 323 additions and 70 deletions
|
|
@ -20,6 +20,6 @@ build() {
|
|||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
install -Dm755 target/release/breadd "${pkgdir}/usr/bin/breadd"
|
||||
install -Dm755 target/release/bread-cli "${pkgdir}/usr/bin/bread-cli"
|
||||
install -Dm755 target/release/bread "${pkgdir}/usr/bin/bread"
|
||||
install -Dm644 packaging/systemd/breadd.service "${pkgdir}/usr/lib/systemd/user/breadd.service"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue