Skip to content

Commit d97bb02

Browse files
author
oech3
committed
Add missing utils
1 parent 602e7b0 commit d97bb02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

util/build-gnu.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ cd -
9191
ln -vf "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests use renamed install to ginstall
9292
if [ "${SELINUX_ENABLED}" = 1 ];then
9393
# Build few utils for SELinux for faster build. MULTICALL=y fails...
94-
"${MAKE}" UTILS="cat chcon cp cut echo env groups id ln ls mkdir mkfifo mknod mktemp mv nproc printf rm rmdir runcon seq stat test touch tr true uname wc whoami" PROFILE="${PROFILE}" CARGOFLAGS="${CARGO_FEATURE_FLAGS}"
94+
"${MAKE}" UTILS="cat chcon cp cut echo env groups id ln ls mkdir mkfifo mknod mktemp mv nproc printf rm rmdir runcon seq test touch tr true uname wc whoami" PROFILE="${PROFILE}" CARGOFLAGS="${CARGO_FEATURE_FLAGS}"
9595
else
9696
# Use MULTICALL=y for faster build
9797
"${MAKE}" MULTICALL=y SKIP_UTILS="install more" PROFILE="${PROFILE}" CARGOFLAGS="${CARGO_FEATURE_FLAGS}"
@@ -104,7 +104,6 @@ fi
104104

105105
cd "${path_GNU}" && echo "[ pwd:'${PWD}' ]"
106106

107-
108107
# Any binaries that aren't built become `false` to make tests failure
109108
# Note that some test (e.g. runcon/runcon-compute.sh) incorrectly passes by this
110109
for binary in $(./build-aux/gen-lists-of-programs.sh --list-progs); do

0 commit comments

Comments
 (0)