comparison deploy/osx/deploy.sh @ 490:cd3dd285d0ff

OS/X build fixes
author Chris Cannam
date Thu, 18 Aug 2011 12:57:35 +0100
parents 2d3f1e5d8638
children 5ac4e821ee7b
comparison
equal deleted inserted replaced
489:86cdaa346e59 490:cd3dd285d0ff
28 dmg="$dmg"-"$version".dmg 28 dmg="$dmg"-"$version".dmg
29 29
30 mkdir "$volume" || exit 1 30 mkdir "$volume" || exit 1
31 31
32 ln -s /Applications "$volume"/Applications 32 ln -s /Applications "$volume"/Applications
33 cp -rp "$source" "$target" 33 cp -RPp "$source" "$target"
34 34
35 echo "Done" 35 echo "Done"
36 36
37 echo "Writing version $bundleVersion in to bundle." 37 echo "Writing version $bundleVersion in to bundle."
38 echo "(This should be a three-part number: major.minor.point)" 38 echo "(This should be a three-part number: major.minor.point)"