]> git.pld-linux.org Git - packages/cvsweb.git/blob - cvsnt.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/cvsweb.git] / cvsnt.patch
1 --- cvsweb-3.0.6/cvsweb.cgi     2011-03-02 11:08:32.353458275 +0200
2 --- cvsweb-3.0.6/cvsweb.cgi     2011-03-02 11:04:47.426931825 +0200
3 @@ -990,6 +1002,9 @@
4      # Check whether to show the CVSROOT path
5      next if ($input{hidecvsroot} && $where eq '/' && $file eq 'CVSROOT');
6  
7 +    # ignore CVSNT control dir
8 +    next if ($file eq 'CVS');
9 +
10      # Is it a directory?
11      my $isdir = -d catdir($fullname, $file);
12  
This page took 0.024685 seconds and 3 git commands to generate.