From 01addae6124dcf607067108e4b64dd48fee3d2e5 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sat, 25 Mar 2023 16:54:07 -0700 Subject: [PATCH] Ensure we send the pwd to `patch-rpath` when building standalone --- script/archive-standalone-nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/archive-standalone-nix.sh b/script/archive-standalone-nix.sh index dab3cf864..e5449cdf2 100755 --- a/script/archive-standalone-nix.sh +++ b/script/archive-standalone-nix.sh @@ -76,7 +76,7 @@ else make ${JOBS} || exit $? fi -./script/patch-rpath.sh || exit $? +./script/patch-rpath.sh $(pwd) || exit $? rm -rf dist/$VERSION/*${OS_ARCH}_$VERSION* 2> /dev/null