Subversion Repositories SvarDOS

Rev

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

Rev 797 Rev 798
Line 212... Line 212...
212
      if (str_head_is($f, "doc/{$pkgdir}/")) continue;
212
      if (str_head_is($f, "doc/{$pkgdir}/")) continue;
213
      if ($f === 'doc/') continue;
213
      if ($f === 'doc/') continue;
214
      if (str_head_is($f, "nls/{$pkgdir}.")) continue;
214
      if (str_head_is($f, "nls/{$pkgdir}.")) continue;
215
      if ($f === 'nls/') continue;
215
      if ($f === 'nls/') continue;
216
    }
216
    }
-
 
217
    // the help package is allowed to put files in... help
-
 
218
    if (($pkgnam == 'help') && (str_head_is($f, 'help/'))) continue;
217
    // well-known "category" dirs are okay
219
    // well-known "category" dirs are okay
218
    if (str_head_is($f, "progs/{$pkgdir}/")) continue;
220
    if (str_head_is($f, "progs/{$pkgdir}/")) continue;
219
    if ($f === 'progs/') continue;
221
    if ($f === 'progs/') continue;
220
    if (str_head_is($f, "devel/{$pkgdir}/")) continue;
222
    if (str_head_is($f, "devel/{$pkgdir}/")) continue;
221
    if ($f === 'devel/') continue;
223
    if ($f === 'devel/') continue;