From 17086d46a0b610e24be3569bb8ecc8de7a4ac97e Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 7 Dec 2014 02:07:57 -0800 Subject: [PATCH] rm libbitcoind. --- build-libbitcoind.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-libbitcoind.sh b/build-libbitcoind.sh index 41e9acb2..67ea6244 100755 --- a/build-libbitcoind.sh +++ b/build-libbitcoind.sh @@ -9,6 +9,7 @@ if test -e "${os_dir}/libbitcoind.so"; then echo 'libbitcoind.so ready.' exit 0 fi + rm -rf libbitcoind rm -f "${os_dir}/libbitcoind.so" fi