Mercurial > hg > easyhg
comparison deploy/osx/extract-leopard.sh @ 598:5bf32465213c
Add script to pull out an i386-only build from the standard universal build -- it seems 10.5 users are getting the x86 one and it isn't working for them
author | Chris Cannam |
---|---|
date | Tue, 24 Apr 2012 16:55:26 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
595:d61c7ad320d9 | 598:5bf32465213c |
---|---|
1 mkdir -p 10.5/src | |
2 cd 10.5 | |
3 cp -a ../EasyMercurial.app . | |
4 lipo ../EasyMercurial.app/Contents/MacOS/EasyMercurial -remove x86_64 -output ./EasyMercurial.app/Contents/MacOS/EasyMercurial | |
5 cp -a ../src/version.h src/ | |
6 cp -a ../COPYING . | |
7 bash ../deploy/osx/deploy.sh EasyMercurial.app EasyMercurial_leopard | |
8 cp *_leopard*.dmg .. | |
9 cd .. | |
10 rm -r 10.5 | |
11 echo Done | |
12 | |
13 |