From 2426768562e2f09cab853adfe71c9ea5e22ebbde Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 15:17:32 +0300 Subject: [PATCH] " --- strelaysrv-bin/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strelaysrv-bin/lure.sh b/strelaysrv-bin/lure.sh index 97053f9..988a3b7 100644 --- a/strelaysrv-bin/lure.sh +++ b/strelaysrv-bin/lure.sh @@ -26,7 +26,7 @@ prepare() { } package() { - install -Dm755 ./${provides}-linux-amd64-v${version}/strelaysrv "${pkgdir}/usr/bin/syncthing-relaysrv" + install -Dm755 "./${provides}-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"