From 6827d82d97b329da1fa65f51bd95221fcab5e01e Mon Sep 17 00:00:00 2001 From: Csaba Kincses <14220057+kincsescsaba@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:17:43 +0100 Subject: [PATCH] fix --- src/minimal_overlay/bundles/util_linux/02_build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/minimal_overlay/bundles/util_linux/02_build.sh b/src/minimal_overlay/bundles/util_linux/02_build.sh index f2c100e0..b4b4b9eb 100755 --- a/src/minimal_overlay/bundles/util_linux/02_build.sh +++ b/src/minimal_overlay/bundles/util_linux/02_build.sh @@ -52,8 +52,10 @@ make -j $NUM_JOBS install echo "Reducing '$BUNDLE_NAME' size." reduce_size $DEST_DIR/bin +reduce_size $DEST_DIR/lib install_to_overlay bin +install_to_overlay lib echo "Bundle '$BUNDLE_NAME' has been installed."