Ticket #1833: fix-path.patch

File fix-path.patch, 598 bytes (added by otto at kolsi dot fi, 19 years ago)
  • myth.rebuilddatabase.pl

     
    380380        my $commflag = "mythcommflag --rebuild " .
    381381            ($showBase =~ /[.]nuv$/ || ($showBase =~ /[.]mpg$/ && $ssecond)
    382382             ? "--file" : "--video") .
    383              " " . $mythfile;
     383             " " . $dir . "/" . $mythfile;
    384384        if (!$test_mode) {
    385385            system($commflag);
    386386            print "\n"; # cursor isn't always on a new line after commflagging