Ticket #2907: case-fix.2.diff

File case-fix.2.diff, 644 bytes (added by willu.mailinLists@…, 17 years ago)

universal diff of fix

  • osx-packager.pl

    old new  
    936936foreach my $target ( @targets )
    937937{
    938938  my $finalTarget = "$SCRIPTDIR/$target.app";
     939  my $lctarget = lc $target;
    939940
    940941  # Get a fresh copy of the binary
    941942  &Verbose("Building self-contained $target");
    942943  &Syscall([ 'rm', '-fr', $finalTarget ]) or die;
    943944  &Syscall([ 'cp',  "$svndir/mythtv/programs/$target/$target",
     945             "$SCRIPTDIR/$target" ]) or
     946  &Syscall([ 'cp',  "$svndir/mythtv/programs/$lctarget/$lctarget",
    944947             "$SCRIPTDIR/$target" ]) or die;
    945948
    946949  # Convert it to a bundled .app