diff options
author | Zach van Rijn <me@zv.io> | 2024-09-18 16:56:34 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-09-18 16:56:34 -0500 |
commit | d1a98be0ea7cfc1e262ddb9b1a2611c54cd7a268 (patch) | |
tree | fc8281c08ebe4a4ee0c9bf294e8f45a724027b95 /setup-abuild | |
parent | af2b59d330b76b3415ecc74b27de2716274e06cb (diff) | |
download | bootstrap-master.tar.gz bootstrap-master.tar.bz2 bootstrap-master.tar.xz bootstrap-master.zip |
Diffstat (limited to 'setup-abuild')
-rwxr-xr-x | setup-abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-abuild b/setup-abuild index e59ec41..5fc2a26 100755 --- a/setup-abuild +++ b/setup-abuild @@ -15,7 +15,7 @@ cd "${DEST}"; # this directory will already exist if correct # so that we do not have to force building static musl binaries. # nmus=musl; -vmus=1.2.3; +vmus=1.2.5; test ! -f ._${nmus}-${vmus} && \ ( test ! -d ${nmus}-${vmus} \ |