diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-25 08:33:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-25 08:33:55 +0100 |
| commit | e8eec728447f63439281edd623e586e99251f352 (patch) | |
| tree | 2eca07101349d0fb06cacd9f04ee258756186e04 | |
| parent | 26181a802f9e87dc7a22c67c6202e40be25e4c0d (diff) | |
cp parameter mistake.
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 7a5e8b251..750d13962 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -152,7 +152,7 @@ dmg="$WORK/DCP-o-matic $version.dmg" vol_name=DCP-o-matic-$version mkdir -p $WORK/$vol_name -cp -ar "$WORK/$appdir" $WORK/$vol_name +cp -a "$WORK/$appdir" $WORK/$vol_name ln -s /Applications "$WORK/$vol_name/Applications" rm -f $tmp_dmg "$dmg" |
