fixed debian packge
This commit is contained in:
parent
8a77039b86
commit
f600afde6f
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
@ -150,7 +150,6 @@ case $1 in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
"server")
|
"server")
|
||||||
case $XASH_INSTALL_VERSION in
|
case $XASH_INSTALL_VERSION in
|
||||||
|
|
Loading…
Reference in a new issue