Change the prepatch source to ~/minetest/games/Bucket_Game.

master
poikilos 2021-04-13 16:31:11 -04:00
parent cfa7a88709
commit 6942a6f308
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@ fi
project0=Bucket_Game
project1=Bucket_Game-base
project2=Bucket_Game-branches
project0_path="$HOME/git/EnlivenMinetest/webapp/linux-minetest-kit/minetest/games/$project0"
# project0_path="$HOME/git/EnlivenMinetest/webapp/linux-minetest-kit/minetest/games/$project0"
project0_path="$HOME/minetest/games/$project0"
#patches="$HOME/git/EnlivenMinetest/patches"
#patches="$HOME/git/1.pull-requests/Bucket_Game-branches"
repo="$HOME/git/EnlivenMinetest"