From 242cad5942b20b3540bc0ee72d5019dcf79b81e9 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:16:28 -0800 Subject: [PATCH] forgot +r --- src/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.sh b/src/build.sh index 2f4ccd9..e87e1eb 100644 --- a/src/build.sh +++ b/src/build.sh @@ -7,4 +7,4 @@ cp -v "$SRC_DIR"/envdir "$PREFIX"/bin/envdir # Nextclade v3 curl -fsSL -o "$PREFIX"/bin/nextclade3 https://github.com/nextstrain/nextclade/releases/download/3.0.0-alpha.1/nextclade-$("$SRC_DIR"/target-triple) -chmod a+x "$PREFIX"/bin/nextclade3 +chmod a+rx "$PREFIX"/bin/nextclade3