From 3b1f6840f786b9a1e0a639b37bbe0c9d2f815fe0 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 15:52:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D1=83=D1=82=D0=B8=20=D0=B2=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syncthing-relaysrv-bin/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"