Skip to content

Commit

Permalink
Fixed dmg build script for 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hennk committed Jan 15, 2009
1 parent ea90910 commit f5e5336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildDMG.pl
Expand Up @@ -152,7 +152,7 @@
$output = `hdiutil attach \"$buildDir/$dmgName\"`;
die "FATAL: Couldn't mount DMG $dmgName (Error: $?)\n" if $?;

my ($dev) = ($output =~ /(\/dev\/.+?)\s*Apple_partition_scheme/im);
my ($dev) = ($output =~ /(\/dev\/.+?)\s*GUID_partition_scheme/im);
my ($dest) = ($output =~ /Apple_HFS\s+(.+?)\s*$/im);

# copy the files onto the dmg
Expand Down

0 comments on commit f5e5336

Please sign in to comment.