fixed debian packge

This commit is contained in:
Marcus 2022-09-12 00:25:19 +02:00
parent 8a77039b86
commit f600afde6f
1 changed files with 2 additions and 3 deletions

View File

@ -122,7 +122,7 @@ XASH_INSTALL_MODE=$2
# both g++-multilib git curl build-essential cmake zip xz-utils libstdc++6:i386 lib32gcc1-s1 gnupg2 gcc-multilib ca-certificates # both g++-multilib git curl build-essential cmake zip xz-utils libstdc++6:i386 lib32gcc1-s1 gnupg2 gcc-multilib ca-certificates
case $OS in case $OS in
debian) debian)
PACKAGES_OSSPECIFIC="lib32gcc1-s1" PACKAGES_OSSPECIFIC="lib32gcc-s1"
;; ;;
ubuntu) ubuntu)
case $OS_VER in case $OS_VER in
@ -149,8 +149,7 @@ case $1 in
WAF_OPTIONS="--enable-utils --enable-stb" WAF_OPTIONS="--enable-utils --enable-stb"
;; ;;
esac esac
;; ;;
"server") "server")
case $XASH_INSTALL_VERSION in case $XASH_INSTALL_VERSION in