aboutsummaryrefslogtreecommitdiff
path: root/ports/darwin_dmg/package_darwin_dmg.pl
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-02-09 13:38:47 +0000
committerSteve Mynott <steve.mynott@gmail.com>2016-02-09 13:38:47 +0000
commitca23d40fc5a5c010883fd37793ee87b51a0277c5 (patch)
tree69677fd42d9272a9aa6ab8a4df498e3fc309b76a /ports/darwin_dmg/package_darwin_dmg.pl
parentd63b1f75ef971489a00339f4ec8af0e4f3113bad (diff)
fix icon placement in dmg and tweak docs and filenames
Diffstat (limited to 'ports/darwin_dmg/package_darwin_dmg.pl')
-rwxr-xr-xports/darwin_dmg/package_darwin_dmg.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/darwin_dmg/package_darwin_dmg.pl b/ports/darwin_dmg/package_darwin_dmg.pl
index cce2f85..4770539 100755
--- a/ports/darwin_dmg/package_darwin_dmg.pl
+++ b/ports/darwin_dmg/package_darwin_dmg.pl
@@ -129,8 +129,8 @@ run "hdiutil create '$temp_dmg' -ov -size ${size}k -fs HFS+ -volname '$vol_name
print "Copying Rakudo files\n";
run "CpMac -r '$src_dir' '$vol_dir'";
-run "cp ../HOW_TO_INSTALL.txt '$vol_dir'";
-run "cp -pr ../../../docs '$vol_dir'";
+run "cp ../HOW_TO_INSTALL.txt '$vol_dir/README.txt'";
+run "cp -pr ../../../docs '$vol_dir/Docs'";
run "touch '$vol_dir/Rakudo/Icon\r'";
run "cp ../2000px-Camelia.svg.icns $vol_dir/.VolumeIcon.icns";