mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-10 11:25:07 -05:00
Fix buildbot (was broken by 04a1a446cf
)
This commit is contained in:
parent
083d19b3fc
commit
efdb9da619
@ -71,7 +71,7 @@ cd $libdir
|
||||
|
||||
# Get minetest
|
||||
cd $builddir
|
||||
if [ -d $EXISTING_MINETEST_DIR ]; then
|
||||
if [ ! "x$EXISTING_MINETEST_DIR" = "x" ]; then
|
||||
ln -s $EXISTING_MINETEST_DIR minetest
|
||||
else
|
||||
[ -d minetest ] && (cd minetest && git pull) || (git clone https://github.com/minetest/minetest)
|
||||
|
@ -66,7 +66,7 @@ cd $libdir
|
||||
|
||||
# Get minetest
|
||||
cd $builddir
|
||||
if [ -d $EXISTING_MINETEST_DIR ]; then
|
||||
if [ ! "x$EXISTING_MINETEST_DIR" = "x" ]; then
|
||||
ln -s $EXISTING_MINETEST_DIR minetest
|
||||
else
|
||||
[ -d minetest ] && (cd minetest && git pull) || (git clone https://github.com/minetest/minetest)
|
||||
|
Loading…
Reference in New Issue
Block a user