File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9191ln -vf " ${UU_BUILD_DIR} /install" " ${UU_BUILD_DIR} /ginstall" # The GNU tests use renamed install to ginstall
9292if [ " ${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 stat test timeout touch tr true uname wc whoami" PROFILE=" ${PROFILE} " CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} "
9595else
9696 # Use MULTICALL=y for faster build
9797 " ${MAKE} " MULTICALL=y SKIP_UTILS=" install more" PROFILE=" ${PROFILE} " CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} "
You can’t perform that action at this time.
0 commit comments