update patch script with new location.

This commit is contained in:
Christopher Jeffrey 2014-12-09 13:31:25 -08:00
parent 87e1954e49
commit 8a0e18efec
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.."
#root_dir="$(readlink -f "$(dirname "$0")")/.."
cd "$root_dir"
dir=$(test -n "$1" && echo "$1" || echo "${HOME}/bitcoin")
patch_file="$(pwd)/bitcoin.patch"
patch_file="$(pwd)/etc/bitcoin.patch"
cd "$dir" || exit 1