File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9595cd -
9696
9797# Pass the feature flags to make, which will pass them to cargo
98- " ${MAKE} " PROFILE=" ${PROFILE} " CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} "
98+ " ${MAKE} " PROFILE=" ${PROFILE} " SKIP_UTILS=more CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} "
9999# min test for SELinux
100100[ " ${SELINUX_ENABLED} " = 1 ] && touch g && " ${PROFILE} " /stat -c%C g && rm g
101101
102102cp " ${UU_BUILD_DIR} /install" " ${UU_BUILD_DIR} /ginstall" # The GNU tests rename this script before running, to avoid confusion with the make target
103103# Create *sum binaries
104- for sum in b2sum b3sum md5sum sha1sum sha224sum sha256sum sha384sum sha512sum; do
104+ for sum in b2sum md5sum sha1sum sha224sum sha256sum sha384sum sha512sum; do
105105 sum_path=" ${UU_BUILD_DIR} /${sum} "
106106 test -f " ${sum_path} " || (cd ${UU_BUILD_DIR} && ln -s " hashsum" " ${sum} " )
107107done
You can’t perform that action at this time.
0 commit comments