mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
maint/util ~ (build-gnu) fix missing 'b3sum' for *sum binary creation
This commit is contained in:
parent
40b9ebf90e
commit
02aa5ea784
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ cd "${path_UUTILS}" && echo "[ pwd:'${PWD}' ]"
|
||||||
make PROFILE="${UU_MAKE_PROFILE}"
|
make PROFILE="${UU_MAKE_PROFILE}"
|
||||||
cp "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests rename this script before running, to avoid confusion with the make target
|
cp "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests rename this script before running, to avoid confusion with the make target
|
||||||
# Create *sum binaries
|
# Create *sum binaries
|
||||||
for sum in b2sum md5sum sha1sum sha224sum sha256sum sha384sum sha512sum; do
|
for sum in b2sum b3sum md5sum sha1sum sha224sum sha256sum sha384sum sha512sum; do
|
||||||
sum_path="${UU_BUILD_DIR}/${sum}"
|
sum_path="${UU_BUILD_DIR}/${sum}"
|
||||||
test -f "${sum_path}" || cp "${UU_BUILD_DIR}/hashsum" "${sum_path}"
|
test -f "${sum_path}" || cp "${UU_BUILD_DIR}/hashsum" "${sum_path}"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue