MacInstaller: r5550/[d888b3fd55] changed ABI, bump OpenSC.tokend branch revision.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5557 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2011-06-07 10:49:04 +00:00
parent ffdcad49c5
commit f2da113f54
1 changed files with 2 additions and 2 deletions

View File

@ -84,13 +84,13 @@ if ! test -e OpenSC.tokend; then
fi
case "${OSX_RELEASE}" in
"10.5") git --git-dir OpenSC.tokend/.git --work-tree OpenSC.tokend checkout --force origin/10.5-0.12.1; rm -rf OpenSC.tokend/build
"10.5") git --git-dir OpenSC.tokend/.git --work-tree OpenSC.tokend checkout --force origin/10.5-0.12.2; rm -rf OpenSC.tokend/build
if test ${INTEL_ONLY} = "yes"; then
sed -e 's/ ppc7400//g' OpenSC.tokend/Tokend.xcodeproj/project.pbxproj > project.tmp
mv project.tmp OpenSC.tokend/Tokend.xcodeproj/project.pbxproj
fi
;;
"10.6") git --git-dir OpenSC.tokend/.git --work-tree OpenSC.tokend checkout --force origin/10.6-0.12.1; rm -rf OpenSC.tokend/build ;;
"10.6") git --git-dir OpenSC.tokend/.git --work-tree OpenSC.tokend checkout --force origin/10.6-0.12.2; rm -rf OpenSC.tokend/build ;;
esac
if ! test -e build-${OSX_RELEASE}.tar.gz; then