|
Lines 419-425
Link Here
|
| 419 |
my $Dir = shift; |
419 |
my $Dir = shift; |
| 420 |
my $JS = Cwd::realpath("$RealBin/sorttable.js"); |
420 |
my $JS = Cwd::realpath("@EPREFIX@/usr/share/llvm/sorttable.js"); |
| 421 |
DieDiag("Cannot find 'sorttable.js'.\n") |
421 |
DieDiag("Cannot find 'sorttable.js'.\n") |
| 422 |
if (! -r $JS); |
422 |
if (! -r $JS); |
|
Lines 429-435
Link Here
|
| 429 |
DieDiag("Could not copy 'sorttable.js' to '$Dir'.\n") |
429 |
DieDiag("Could not copy 'sorttable.js' to '$Dir'.\n") |
| 430 |
if (! -r "$Dir/sorttable.js"); |
430 |
if (! -r "$Dir/sorttable.js"); |
| 431 |
my $CSS = Cwd::realpath("$RealBin/scanview.css"); |
431 |
my $CSS = Cwd::realpath("@EPREFIX@/usr/share/llvm/scanview.css"); |
| 432 |
DieDiag("Cannot find 'scanview.css'.\n") |
432 |
DieDiag("Cannot find 'scanview.css'.\n") |
| 433 |
if (! -r $CSS); |
433 |
if (! -r $CSS); |