Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kincsescsaba committed Mar 2, 2024
1 parent e3b75ff commit fa99483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/minimal_overlay/bundles/e2fsprogs/02_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ echo "Installing '$BUNDLE_NAME'."
make check
#make -j $NUM_JOBS install

cp -r misc/mke2fs $DEST_DIR/bin/mke2fs

echo "Reducing '$BUNDLE_NAME' size."
reduce_size $DEST_DIR

install_to_overlay
install_to_overlay bin

echo "Bundle '$BUNDLE_NAME' has been installed."

Expand Down

0 comments on commit fa99483

Please sign in to comment.