Skip to content

Commit

Permalink
Update unypkg-base-build-stage2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
michacassola committed May 5, 2024
1 parent 6d8270c commit ba06d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unypkg-base-build-stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ source /uny/git/unypkg/fn
######################################################################################################################
### Prepare gcc-shared libs until replaced with gcc's below
gcc_ver="$(echo /uny/sources/gcc-* | grep -Eo "gcc-[^0-9]*(([0-9]+\.)*[0-9]+)" | sort -u | sed "s|gcc-||")"
gcc_ver="$(echo /sources/gcc-* | grep -Eo "gcc-[^0-9]*(([0-9]+\.)*[0-9]+)" | sort -u | sed "s|gcc-||")"
mkdir -pv /uny/pkg/gcc-shared/"$gcc_ver"/lib
cp -av /usr/lib/libstdc++.so* /uny/pkg/gcc-shared/"$gcc_ver"/lib/
cp -av /usr/lib/libgcc_s.so* /uny/pkg/gcc-shared/"$gcc_ver"/lib/
Expand Down

0 comments on commit ba06d79

Please sign in to comment.