From 9f5b6183acdb343c917cc0dcd0ee096916538c5d Mon Sep 17 00:00:00 2001 From: Milo Davis Date: Wed, 13 Dec 2017 14:36:14 +0100 Subject: [PATCH] Apply patch: update script to match new directory structure --- scripts/apply_patch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/apply_patch.sh b/scripts/apply_patch.sh index 3eaaa489f..e537d5350 100755 --- a/scripts/apply_patch.sh +++ b/scripts/apply_patch.sh @@ -18,7 +18,7 @@ set -e case "$branch" in zeronet) - sed -i s/TEZOS/TEZOS_ZERONET/ src/node/shell/distributed_db_message.ml + sed -i s/TEZOS/TEZOS_ZERONET/ ./lib_node_shell/distributed_db_message.ml patch -p1 < scripts/alphanet_constants.patch patch -p1 < scripts/zeronet.patch cp README.md docs/README.master @@ -27,7 +27,7 @@ case "$branch" in echo "Done" ;; alphanet) - sed -i s/TEZOS/TEZOS_ALPHANET/ src/node/shell/distributed_db_message.ml + sed -i s/TEZOS/TEZOS_ALPHANET/ ./lib_node_shell/distributed_db_message.ml patch -p1 < scripts/alphanet_constants.patch cp README.md docs/README.master cp docs/README.alphanet README.md