diff --git a/syncthing-relaysrv-bin/lure.sh b/syncthing-relaysrv-bin/lure.sh index bfc6fb2..14bc86c 100644 --- a/syncthing-relaysrv-bin/lure.sh +++ b/syncthing-relaysrv-bin/lure.sh @@ -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"