Skip to content

Commit

Permalink
For packaging, just call it 'File Manager'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Aug 21, 2015
1 parent fbc19a3 commit 102047e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions makedist.pl
Expand Up @@ -141,6 +141,14 @@
$minfo{'depends'} = join(" ", split(/\s+/, $minfo{'depends'}),
$vers);
$minfo{'version'} = $vers;
if ($d eq "filemin") {
# Remove the Filemin prefix for packaging
foreach my $k (keys %minfo) {
if ($k =~ /^desc/) {
$minfo{$k} =~ s/^Filemin\s+//;
}
}
}
&write_file($minfo, \%minfo);
}
elsif (-r $tinfo) {
Expand Down

0 comments on commit 102047e

Please sign in to comment.