From 7fe910d5f5374f24c06492ec28318bf05c82687d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20xpamych=20?= =?UTF-8?q?=D0=A5=D1=80=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 13 Mar 2023 20:53:20 +0300 Subject: [PATCH] 1 --- logseq-desktop-wayland-bin/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logseq-desktop-wayland-bin/lure.sh b/logseq-desktop-wayland-bin/lure.sh index 499b91d..6b418a1 100644 --- a/logseq-desktop-wayland-bin/lure.sh +++ b/logseq-desktop-wayland-bin/lure.sh @@ -21,5 +21,5 @@ package() { install -d ${pkgdir}/opt/${pkgname} cp -r "${srcdir}/Logseq-linux-x64/*" "${pkgdir}/opt/${name}/" install -d "${pkgdir}/usr/bin" - ln -s "/opt/${name}/Logseq "${pkgdir}/usr/bin/logseq" + ln -s "/opt/${name}/Logseq" "${pkgdir}/usr/bin/logseq" }