FreeBSD-specific compilation of scrypt was required

scrypt_freebsd is the FreeBSD-compiled version of scrypt, included here.
This commit is contained in:
login 2021-09-25 01:52:28 +00:00
parent 2707546ee6
commit 5b06f2f2dd
2 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ else
/bin/echo "Sorry, '`/bin/realpath -q $1`/tcoin/bin/scrypt' already exists."
exit 1
else
/bin/cp ./scrypt "`/bin/realpath -q $1`/tcoin/bin/scrypt"
/bin/cp ./scrypt_freebsd "`/bin/realpath -q $1`/tcoin/bin/scrypt"
/bin/chmod 500 "`/bin/realpath -q $1`/tcoin/bin/scrypt"
fi
if [ -e "`/bin/realpath -q $1`/tcoin/bin/tcoin_defs.cpp" ]

BIN
scrypt_freebsd Executable file

Binary file not shown.