Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonym-tsk committed Nov 11, 2024
1 parent b5979d9 commit 2ef7dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ _download_bins: TARGET_URL=$(shell curl 'https://api.github.com/repos/bol-van/za
_download_bins:
rm -f out/zapret.tar.gz
rm -rf out/zapret
curl -sSL $(TARGET_URL) -o out/zapret.tar.gz
mkdir -p out/zapret
curl -sSL $(TARGET_URL) -o out/zapret.tar.gz
tar -C out/zapret -xzf "out/zapret.tar.gz"
cd out/zapret/*/; mv binaries/ ../; cd ..

Expand Down

0 comments on commit 2ef7dcc

Please sign in to comment.