From 635542861ffcc2b52adf4642a358ebf1f72dc879 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 9 Dec 2014 12:15:30 -0800 Subject: [PATCH] rename patch and new patch for latest rebase. --- libbitcoind.patch => bitcoin.patch | 0 patch-bitcoin.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename libbitcoind.patch => bitcoin.patch (100%) 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