summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2025-03-18 03:36:29 +0100
committerFedja Beader <fedja@protonmail.ch>2025-03-18 03:36:29 +0100
commit315a1ee8b74b64ab808a756217155f89470a21ad (patch)
tree7f8a70420304c363cf919fc7ed1031541c6c34c9
parentf703df61250187f83c3de12a138af77e27a9f26f (diff)
downloadclientdata-315a1ee8b74b64ab808a756217155f89470a21ad.tar.gz
clientdata-315a1ee8b74b64ab808a756217155f89470a21ad.tar.bz2
clientdata-315a1ee8b74b64ab808a756217155f89470a21ad.tar.xz
clientdata-315a1ee8b74b64ab808a756217155f89470a21ad.zip
Okay, manaplus needs updating for changes to "libdownload"
-rwxr-xr-x.tools/manaplus.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.tools/manaplus.sh b/.tools/manaplus.sh
index 7d9bda6e..ed9c29a9 100755
--- a/.tools/manaplus.sh
+++ b/.tools/manaplus.sh
@@ -14,12 +14,13 @@ aptget_install \
pwd
ls
-./clientdata/.tools/downloadlib.sh manaplus master || exit 1
+./clientdata/.tools/downloadlib.sh manaplus manaplus master || exit 1
export HOME=`pwd`/clientdata/shared
cd manaplus_master || exit 1
export SDL_VIDEODRIVER=dummy
+./bin/manaplus --version || exit 1
./bin/manaplus --validate -u -d ../clientdata || exit 1
[[ -f "${HOME}/.local/share/mana/manaverse.log" ]] || exit 1