File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ fn_deps_build_debian(){
350
350
if [ " ${shortname} " != " ts3" ]&& [ " ${shortname} " != " mumble" ]&& [ " ${shortname} " != " mc" ]&& [ " ${shortname} " != " pmc" ]&& [ " ${shortname} " != " wmc" ]&& [ " ${engine} " != " renderware" ]; then
351
351
if [ " ${arch} " == " x86_64" ]; then
352
352
# lib32gcc1 is now called lib32gcc-s1 in debian 11
353
- if { [ " ${distroid} " == " debian" ]&& [ " ${distroversion} " == " 11" ]; }|| { [ " ${distroid} " == " ubuntu" ]&& [ " ${distroversion} " == " 20.10" ]; } || { [ " ${distroid} " == " pop" ]&& [ " ${distroversion} " == " 20.10" ]; }; then
353
+ if { [ " ${distroid} " == " debian" ]&& [ " ${distroversion} " == " 11" ]; }|| { [ " ${distroid} " == " ubuntu" ]&& [ " ${distroversion} " == " 20.10" ]; }|| { [ " ${distroid} " == " pop" ]&& [ " ${distroversion} " == " 20.10" ]; }; then
354
354
array_deps_required+=( lib32gcc-s1 lib32stdc++6 )
355
355
else
356
356
array_deps_required+=( lib32gcc1 lib32stdc++6 )
You can’t perform that action at this time.
0 commit comments