rename patch and new patch for latest rebase.

This commit is contained in:
Christopher Jeffrey 2014-12-09 12:15:30 -08:00
parent b4a96d709e
commit 635542861f
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
dir=$(test -n "$1" && echo "$1" || echo "${HOME}/bitcoin")
patch_file="$(pwd)/libbitcoind.patch"
patch_file="$(pwd)/bitcoin.patch"
cd "$dir" || exit 1