изменение пути в package
This commit is contained in:
parent
9fb7be228c
commit
3b1f6840f7
@ -26,7 +26,7 @@ prepare() {
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 "./${provides}-linux-amd64-v${version}/strelaysrv" "${pkgdir}/usr/bin/syncthing-relaysrv"
|
||||
install -Dm755 "./strelaysrv-linux-amd64-v${version}/strelaysrv" "${pkgdir}/usr/bin/syncthing-relaysrv"
|
||||
install -Dm644 "${srcdir}/syncthing-relaysrv.service" "${pkgdir}/usr/lib/systemd/system/syncthing-relaysrv.service"
|
||||
install -Dm644 "${srcdir}/syncthing-relaysrv.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/syncthing-relaysrv.conf"
|
||||
install -Dm644 "${srcdir}/syncthing-relaysrv.sysusers" "${pkgdir}/usr/lib/sysusers.d/syncthing-relaysrv.conf"
|
||||
|
Loading…
Reference in New Issue
Block a user