Skip to content

Commit

Permalink
build.sh: add mkrofs to hostutils list
Browse files Browse the repository at this point in the history
JIRA: NIL-489
  • Loading branch information
lukileczo committed Aug 21, 2024
1 parent 4a86cb2 commit f630e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ fi

# always install hostutils if they are present
b_log "Installing hostutils"
HOSTUTILS=(metaelf phoenixd psdisk psu syspagen mcxisp)
HOSTUTILS=(metaelf phoenixd psdisk psu syspagen mcxisp mkrofs)
for tool in "${HOSTUTILS[@]}"; do
toolfile="$PREFIX_BUILD_HOST/prog.stripped/$tool"
[ -e "$toolfile" ] && cp -a "$toolfile" "$PREFIX_BOOT"
Expand Down

0 comments on commit f630e7d

Please sign in to comment.