Subversion Repositories SvarDOS

Rev

Rev 1802 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1802 Rev 1810
Line 420... Line 420...
420
    if ($f === 'devel/') continue;
420
    if ($f === 'devel/') continue;
421
    if (str_head_is($f, "games/{$pkgdir}/")) continue;
421
    if (str_head_is($f, "games/{$pkgdir}/")) continue;
422
    if ($f === 'games/') continue;
422
    if ($f === 'games/') continue;
423
    if (str_head_is($f, "drivers/{$pkgdir}/")) continue;
423
    if (str_head_is($f, "drivers/{$pkgdir}/")) continue;
424
    if ($f === 'drivers/') continue;
424
    if ($f === 'drivers/') continue;
425
    if (str_head_is($f, "kernels/{$pkgdir}/")) continue;
425
    if (str_head_is($f, "kernel/{$pkgdir}/")) continue;
426
    echo "WARNING: {$fname} contains a file in an illegal location: {$f}\n";
426
    echo "WARNING: {$fname} contains a file in an illegal location: {$f}\n";
427
  }
427
  }
428
 
428
 
429
  // do I understand the version string?
429
  // do I understand the version string?
430
  if (vertoarr($lsmarray['version']) === false) echo "WARNING: {$fname} parsing of version string failed ('{$lsmarray['version']}')\n";
430
  if (vertoarr($lsmarray['version']) === false) echo "WARNING: {$fname} parsing of version string failed ('{$lsmarray['version']}')\n";