From 744f540a876583a3f07c2a2dbc38effb8533b5a6 Mon Sep 17 00:00:00 2001 From: Bernhard Fritz Date: Sun, 21 Jun 2020 22:22:06 +0200 Subject: [PATCH] use pob community fork --- Makefile.darwin | 4 ++-- Makefile.linux | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.darwin b/Makefile.darwin index 6f99b1b..184537f 100644 --- a/Makefile.darwin +++ b/Makefile.darwin @@ -10,7 +10,7 @@ all: frontend pob pob: load_pob luacurl frontend pushd PathOfBuilding; \ - unzip 'tree*.zip'; \ + unzip -o 'tree*.zip'; \ unzip runtime-win32.zip lua/xml.lua lua/base64.lua lua/sha1.lua; \ mv lua/*.lua .; \ rmdir lua; \ @@ -21,7 +21,7 @@ frontend: meson -Dbuildtype=release --prefix=${DIR}/PathOfBuilding.app --bindir=Contents/MacOS build load_pob: - git clone --depth 1 https://github.com/Openarl/PathOfBuilding.git; \ + git clone --depth 1 https://github.com/PathOfBuildingCommunity/PathOfBuilding.git; \ pushd PathOfBuilding; \ rm -rf .git; \ popd diff --git a/Makefile.linux b/Makefile.linux index 705ff7b..ddb15af 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -10,7 +10,7 @@ all: frontend pob pob: load_pob luacurl frontend pushd PathOfBuilding; \ - unzip 'tree*.zip'; \ + unzip -o 'tree*.zip'; \ unzip runtime-win32.zip lua/xml.lua lua/base64.lua lua/sha1.lua; \ mv lua/*.lua .; \ rmdir lua; \ @@ -21,7 +21,7 @@ frontend: meson -Dbuildtype=release build load_pob: - git clone --depth 1 https://github.com/Openarl/PathOfBuilding.git; \ + git clone --depth 1 https://github.com/PathOfBuildingCommunity/PathOfBuilding.git; \ pushd PathOfBuilding; \ rm -rf .git; \ popd