aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-06-19 21:20:08 +0100
committerSteve Mynott <steve.mynott@gmail.com>2016-06-19 21:20:08 +0100
commit02fd148beb843956abe2c163963fc0b566a4e7d0 (patch)
tree411d584e7390152799c0516ac87a0b867ab55dd6 /ports
parentc5676a2069b1f9284c93a0100070d11406b1b3ab (diff)
correct final DMG name
Diffstat (limited to 'ports')
-rwxr-xr-xports/darwin_dmg/package_darwin_dmg.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/darwin_dmg/package_darwin_dmg.pl b/ports/darwin_dmg/package_darwin_dmg.pl
index 7088411..c669c39 100755
--- a/ports/darwin_dmg/package_darwin_dmg.pl
+++ b/ports/darwin_dmg/package_darwin_dmg.pl
@@ -88,7 +88,7 @@ my $src_dir = '/Applications/Rakudo';
my $vol_dir = "/Volumes/$vol_name";
my $tar_dir = "rakudo-star-$yyyy.$mm";
my $tar_file = "rakudo-star-$yyyy.$mm.tar.gz";
-my $final_dmg = "rakudo-star-$yyyy-$mm";
+my $final_dmg = "rakudo-star-$yyyy.$mm";
my $license_path = "../../../LICENSE";
#my $license_path = "$src_dir/share/doc/rakudo/LICENSE";