macosx: move the binary build components from martinpaljak.net to opensc-project.org

This commit is contained in:
Martin Paljak 2013-02-25 11:59:59 +02:00
parent 16ee818440
commit 025d8c8caf
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if ! test -e OpenSC.tokend; then
fi
# Fetch binary dependencies
curl http://martinpaljak.net/download/build-10.6.tar.gz -o build-10.6.tar.gz
curl -O https://www.opensc-project.org/downloads/build-10.6.tar.gz
# Unpack the binary building components
if ! test -e OpenSC.tokend/build; then