Fix buildbot (was broken by 04a1a446cf
)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user