Mercurial > hg > easyhg
diff deploy/osx/deploy.sh @ 372:2d3f1e5d8638
OS/X build fixes, for now slightly simpler (conceptually) situation in which we have a single bundle with two Python extension distributions in it, one for each active Python version
author | Chris Cannam |
---|---|
date | Thu, 24 Mar 2011 13:15:49 +0000 |
parents | ce4d06d87a39 |
children | cd3dd285d0ff |
line wrap: on
line diff
--- a/deploy/osx/deploy.sh Thu Mar 24 10:47:03 2011 +0000 +++ b/deploy/osx/deploy.sh Thu Mar 24 13:15:49 2011 +0000 @@ -13,7 +13,7 @@ fi app=EasyMercurial -version=`perl -p -e 's/^[^"]*"([^"]*)".*$/$1/' version.h` +version=`perl -p -e 's/^[^"]*"([^"]*)".*$/$1/' src/version.h` case "$version" in [0-9].[0-9]) bundleVersion="$version".0 ;; [0-9].[0-9].[0-9]) bundleVersion="$version" ;;