1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Debundle Minetest Game (#13818)

This commit is contained in:
ROllerozxa
2023-11-07 22:18:26 +01:00
committed by GitHub
parent 7213ff7a00
commit 570fc90bf6
12 changed files with 11 additions and 75 deletions

View File

@@ -1,9 +1,6 @@
CORE_GIT=https://github.com/minetest/minetest
CORE_BRANCH=master
CORE_NAME=minetest
GAME_GIT=https://github.com/minetest/minetest_game
GAME_BRANCH=master
GAME_NAME=minetest_game
ogg_version=1.3.5
openal_version=1.23.0
@@ -45,11 +42,6 @@ get_sources () {
sourcedir=$PWD/$CORE_NAME
[ -d $CORE_NAME ] && { pushd $CORE_NAME; git pull --ff-only; popd; } || \
git clone -b $CORE_BRANCH $CORE_GIT $CORE_NAME
if [ -z "$NO_MINETEST_GAME" ]; then
cd $sourcedir
[ -d games/$GAME_NAME ] && { pushd games/$GAME_NAME; git pull --ff-only; popd; } || \
git clone -b $GAME_BRANCH $GAME_GIT games/$GAME_NAME
fi
}
# sets $runtime_dlls