From a9634d835fc7e6f8edc24a17bda0eff7f6b5e7cb Mon Sep 17 00:00:00 2001 From: core Date: Tue, 27 Jun 2023 15:36:58 -0400 Subject: [PATCH] fix builds again --- packages/void_amd64_tfcli/build.sh | 2 +- packages/void_amd64_tfclient/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/void_amd64_tfcli/build.sh b/packages/void_amd64_tfcli/build.sh index 6c63c08..4b5684e 100755 --- a/packages/void_amd64_tfcli/build.sh +++ b/packages/void_amd64_tfcli/build.sh @@ -17,7 +17,7 @@ mkdir -p work/etc/sv echo "Copying tfcli binary" -cp ../../target/release/tfcli work/usr/bin/tfcli +cp ../../target/x86_64-unknown-linux-musl/release/tfcli work/usr/bin/tfcli chmod 755 work/usr/bin/tfcli echo "Building XBPS package" diff --git a/packages/void_amd64_tfclient/build.sh b/packages/void_amd64_tfclient/build.sh index 7b330ba..cc3aea7 100755 --- a/packages/void_amd64_tfclient/build.sh +++ b/packages/void_amd64_tfclient/build.sh @@ -17,7 +17,7 @@ mkdir -p work/etc/sv echo "Copying tfclient binary" -cp ../../target/release/tfclient work/usr/bin/tfclient +cp ../../target/x86_64-unknown-linux-musl/release/tfclient work/usr/bin/tfclient chmod 755 work/usr/bin/tfclient cp -r tfclient work/etc/sv