aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-04-26 20:37:56 -0700
committerSteve Mynott <steve.mynott@gmail.com>2016-04-26 20:37:56 -0700
commit33799694290c06c62f414d3ffebdd1f7eb792654 (patch)
treea7be60d72faab98a1712f3ede771b28f35b7b174 /ports
parent4d70f16375bd082eb84fbe0300e77d0274594e23 (diff)
lowercase final filename to look like the windows etc ones
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 a277d38..7088411 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";