From 7e8b4254039d19c43f8200697a8467eb78931840 Mon Sep 17 00:00:00 2001 From: core Date: Tue, 27 Jun 2023 09:50:57 -0400 Subject: [PATCH] fix builds --- packages/void_amd64_tfcli/build.sh | 4 ++-- packages/void_amd64_tfclient/build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/void_amd64_tfcli/build.sh b/packages/void_amd64_tfcli/build.sh index bd66868..6c63c08 100755 --- a/packages/void_amd64_tfcli/build.sh +++ b/packages/void_amd64_tfcli/build.sh @@ -7,7 +7,7 @@ cd tfcli || exit echo "Building for release, v$2_$3 (+static) (--target x86_64-unknown-musl)" cargo build --release --target x86_64-unknown-linux-musl -cd ../packages/void || exit +cd ../packages/void_amd64_tfcli || exit echo "Creating workdir" rm -rf work @@ -22,4 +22,4 @@ chmod 755 work/usr/bin/tfcli echo "Building XBPS package" -xbps-create -A x86_64 -B trifid-build -H https://hub.e3t.cc/~core/trifid -l GPL-3.0-or-later -m "c0repwn3r " -n "tfcli-$2_$3" -s "A command-line client for managing trifid-api servers" work \ No newline at end of file +xbps-create -A x86_64 -B trifid-build -H https://hub.e3t.cc/~core/trifid -l GPL-3.0-or-later -m "c0repwn3r " -n "tfcli-$2_$3" -s "A command-line client for managing trifid-api servers" work diff --git a/packages/void_amd64_tfclient/build.sh b/packages/void_amd64_tfclient/build.sh index f8fb79c..7b330ba 100755 --- a/packages/void_amd64_tfclient/build.sh +++ b/packages/void_amd64_tfclient/build.sh @@ -7,7 +7,7 @@ cd tfclient || exit echo "Building for release, v$2_$3 (+static) (--target x86_64-unknown-musl)" cargo build --release --target x86_64-unknown-linux-musl -cd ../packages/void || exit +cd ../packages/void_amd64_tfclient || exit echo "Creating workdir" rm -rf work @@ -23,4 +23,4 @@ cp -r tfclient work/etc/sv echo "Building XBPS package" -xbps-create -A x86_64 -B trifid-build -H https://hub.e3t.cc/~core/trifid -l GPL-3.0-or-later -m "c0repwn3r " -n "tfclient-$2_$3" -s "An open-source Rust Defined Networking client" work \ No newline at end of file +xbps-create -A x86_64 -B trifid-build -H https://hub.e3t.cc/~core/trifid -l GPL-3.0-or-later -m "c0repwn3r " -n "tfclient-$2_$3" -s "An open-source Rust Defined Networking client" work