diff --git a/libbitcoind.patch b/bitcoin.patch similarity index 100% rename from libbitcoind.patch rename to bitcoin.patch diff --git a/patch-bitcoin.sh b/patch-bitcoin.sh index 71f7a343..b5b577ea 100755 --- a/patch-bitcoin.sh +++ b/patch-bitcoin.sh @@ -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