Skip to content

Commit

Permalink
Clone deps into working directory so nothing complains about permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Feb 13, 2024
1 parent 64e0051 commit 1f24437
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ echo "cleaning"

ARCH=$(uname -m)
HERE=$PWD
I2P_SRC=$HERE/../i2p.i2p-jpackage-mac/
I2P_SRC_BASE=$HERE/../i2p.i2p/
I2P_SRC=$HERE/i2p.i2p-jpackage-mac/
I2P_SRC_BASE=$HERE/i2p.i2p/

rm -rf "$I2P_SRC"
if [ ! -d "$I2P_SRC_BASE" ]; then
Expand All @@ -66,8 +66,8 @@ cd "$I2P_SRC_BASE" && git pull --tags && cd "$HERE"
rm -rf "$I2P_SRC_BASE"
git clone -b "$I2P_VERSION" "$I2P_SRC_BASE" "$I2P_SRC"

I2P_JARS=$HERE/../i2p.i2p-jpackage-mac/pkg-temp/lib
I2P_PKG=$HERE/../i2p.i2p-jpackage-mac/pkg-temp
I2P_JARS=$HERE/i2p.i2p-jpackage-mac/pkg-temp/lib
I2P_PKG=$HERE/i2p.i2p-jpackage-mac/pkg-temp


cd "$I2P_SRC"
Expand Down

0 comments on commit 1f24437

Please sign in to comment.