Skip to content

Commit a6d41b5

Browse files
authored
Update build-gnu.sh
1 parent d4901f9 commit a6d41b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util/build-gnu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ cd -
132132

133133
# Pass the feature flags to make, which will pass them to cargo
134134
# The GNU tests rename install to ginstall to avoid confusion with the make target
135-
"${MAKE}" UTILS=install PROG_PREFIX=g PROFILE="${UU_MAKE_PROFILE}" CARGOFLAGS="${CARGO_FEATURE_FLAGS}"
135+
"${MAKE}" UTILS=install PROFILE="${UU_MAKE_PROFILE}" CARGOFLAGS="${CARGO_FEATURE_FLAGS}"
136+
cp ${UU_BUILD_DIR}/install ${UU_BUILD_DIR}/ginstall
136137
"${MAKE}" SKIP_UTILS=install MULTICALL=y PROFILE="${UU_MAKE_PROFILE}" CARGOFLAGS="${CARGO_FEATURE_FLAGS}"
137138
# copy binaries
138139
for binary in $(${UU_BUILD_DIR}/coreutils --list); do

0 commit comments

Comments
 (0)