From 3175be75ad8c4420da962cc09e3472b5e151f1cf Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 12 Mar 2023 13:59:46 -0700 Subject: Fix BINPATH issues in linux and macos release build scripts. --- linux/make_artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/make_artifacts.sh') diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index 972b07b43..b843c154b 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -30,7 +30,7 @@ clean_up() { trap clean_up EXIT echo "Copying and stripping pandoc binary" -cp "$BINPATH/pandoc" "$ARTIFACTS/pandoc" +cp "$BINPATH" "$ARTIFACTS/pandoc" strip "$ARTIFACTS/pandoc" echo "Checking that the binary is statically linked..." -- cgit v1.2.3