Skip to content

Commit

Permalink
Merge pull request #391 from flatcar-linux/jepio/libgcc-fix
Browse files Browse the repository at this point in the history
prod_image_util: extract gcc libs to /usr/lib64
  • Loading branch information
jepio authored Jul 27, 2022
2 parents 99bb586 + 6735a6d commit 1388987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_library/prod_image_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extract_prod_gcc() {
# Instead we extract them to plain old /usr/lib
qtbz2 -O -t "${pkg}" | \
sudo tar -C "${root_fs_dir}" -xj \
--transform 's#/usr/lib/.*/#/usr/lib/#' \
--transform 's#/usr/lib/.*/#/usr/lib64/#' \
--wildcards './usr/lib/gcc/*.so*'

package_provided "${gcc}"
Expand Down

0 comments on commit 1388987

Please sign in to comment.