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