rm libbitcoind.

This commit is contained in:
Christopher Jeffrey 2014-12-07 02:07:57 -08:00
parent 49b41f81fd
commit 17086d46a0
1 changed files with 1 additions and 0 deletions

View File

@ -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