From e6275493df6b35850b3e1eb0692f7a74bad1a23c Mon Sep 17 00:00:00 2001 From: bauen1 Date: Thu, 6 Jul 2017 19:23:44 +0200 Subject: [PATCH] Fixed glibc_full bundle --- src/minimal_overlay/bundles/glibc_full/bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minimal_overlay/bundles/glibc_full/bundle.sh b/src/minimal_overlay/bundles/glibc_full/bundle.sh index eab2caf87..3d9010ccc 100755 --- a/src/minimal_overlay/bundles/glibc_full/bundle.sh +++ b/src/minimal_overlay/bundles/glibc_full/bundle.sh @@ -13,7 +13,7 @@ echo "Preparing the overlay glibc folder. This may take a while..." rm -rf $WORK_DIR/overlay/glibc mkdir -p $WORK_DIR/overlay/glibc/lib -cd $WORK_DIR/glibc/glibc_prepared/lib +cd $SYSROOT find . -type l -exec cp {} $WORK_DIR/overlay/glibc/lib \; echo "All libraries have been copied."