From dfafe34c55cad4a18f1cb02de903f94d8ac29c2f 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:39:58 +0300 Subject: [PATCH] 1 --- logseq/lure.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/logseq/lure.sh b/logseq/lure.sh index 113cc84..ed21ab2 100644 --- a/logseq/lure.sh +++ b/logseq/lure.sh @@ -14,11 +14,8 @@ build_deps=('yarn') sources=("git+https://github.com/logseq/logseq.git") checksums=('SKIP') -prepare() { - cd "${srcdir}/logseq/" -} - build() { + cd "${srcdir}/logseq/" yarn install }