aboutsummaryrefslogtreecommitdiff
path: root/ports/darwin_dmg/package_darwin_dmg.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ports/darwin_dmg/package_darwin_dmg.pl')
-rwxr-xr-xports/darwin_dmg/package_darwin_dmg.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/darwin_dmg/package_darwin_dmg.pl b/ports/darwin_dmg/package_darwin_dmg.pl
index 0e76e64..a277d38 100755
--- a/ports/darwin_dmg/package_darwin_dmg.pl
+++ b/ports/darwin_dmg/package_darwin_dmg.pl
@@ -137,7 +137,8 @@ run "cp ../2000px-Camelia.svg.icns $vol_dir/.VolumeIcon.icns";
run "sips -i $vol_dir/.VolumeIcon.icns";
run "DeRez -only icns $vol_dir/.VolumeIcon.icns > tempicns.rsrc";
run "Rez -append tempicns.rsrc -o '$vol_dir/Rakudo/bin/perl6'";
-run "Rez -append tempicns.rsrc -o '$vol_dir/Rakudo/Icon\r'";
+run "mkdir $vol_dir/.background";
+run "cp ../installerbg.png $vol_dir/.background";
run "SetFile -c icnC '$vol_dir/.VolumeIcon.icns'";
run "SetFile -a C '$vol_dir'";
run "SetFile -a C '$vol_dir/Rakudo'";