do not delete btc tree.

This commit is contained in:
Christopher Jeffrey 2014-12-07 02:06:18 -08:00
parent fe1739c809
commit 5832f93b78
1 changed files with 1 additions and 4 deletions

View File

@ -68,10 +68,7 @@ echo 'make'
make || exit 1
echo 'Copying libbitcoind.so to its appropriate location.'
cp src/libbitcoind.so "${os_dir}/libbitcoind.so" || exit 1
cd "$cur_dir"
rm -rf libbitcoind
mv src/libbitcoind.so "${os_dir}/libbitcoind.so" || exit 1
echo 'Build finished successfully.'
exit 0