fix builds again

This commit is contained in:
core 2023-06-27 15:36:58 -04:00
parent 7e8b425403
commit a9634d835f
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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