|
|
@ -368,6 +368,9 @@ fn_deps_build_debian(){ |
|
|
|
# 7 Days to Die |
|
|
|
elif [ "${shortname}" == "sdtd" ]; then |
|
|
|
array_deps_required+=( telnet expect ) |
|
|
|
# Battlefield: Vietnam |
|
|
|
elif [ "${shortname}" == "bfv" ]; then |
|
|
|
array_deps_required+=( libncurses5 libstdc++5:i386 ) |
|
|
|
# Battlefield 1942, Counter-Strike: Source, Garry's Mod, No More Room in Hell, Source Forts Classic, Zombie Master Reborn and Zombie Panic: Source |
|
|
|
elif [ "${shortname}" == "bf1942" ]||[ "${shortname}" == "css" ]||[ "${shortname}" == "gmod" ]||[ "${shortname}" == "nmrih" ]||[ "${shortname}" == "sfc" ]||[ "${shortname}" == "zmr" ]||[ "${shortname}" == "zps" ]; then |
|
|
|
if [ "${arch}" == "x86_64" ]; then |
|
|
@ -480,6 +483,9 @@ fn_deps_build_redhat(){ |
|
|
|
# 7 Days to Die |
|
|
|
elif [ "${shortname}" == "sdtd" ]; then |
|
|
|
array_deps_required+=( telnet expect ) |
|
|
|
# Battlefield: Vietnam |
|
|
|
elif [ "${shortname}" == "bfv" ];then |
|
|
|
array_deps_required+=( compat-libstdc++-33.i686 glibc.i686 ) |
|
|
|
# Battlefield 1942, Counter-Strike: Source, Garry's Mod, No More Room in Hell, Source Forts Classic, Zombie Master Reborn and Zombie Panic: Source |
|
|
|
elif [ "${shortname}" == "bf1942" ]||[ "${shortname}" == "css" ]||[ "${shortname}" == "gmod" ]||[ "${shortname}" == "nmrih" ]||[ "${shortname}" == "sfc" ]||[ "${shortname}" == "zmr" ]||[ "${shortname}" == "zps" ]; then |
|
|
|
array_deps_required+=( ncurses-libs.i686 ) |
|
|
|