blobs/inject: fix wrong nvmutil path for make

fsdg20230625
Leah Rowe 2023-01-10 03:48:46 +00:00
parent e8072934f2
commit d0fa08d58d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Modify_gbe(){
_gbe_location=${CONFIG_GBE_BIN_PATH#../../}
if [ ! -f util/nvmutil/nvm ]; then
make -C /util/nvmutil || Fail 'failed to build nvmutil'
make -C util/nvmutil || Fail 'failed to build nvmutil'
fi
_gbe_tmp=$(mktemp -t gbeXXXX.bin)