17 lines
723 B
Diff
17 lines
723 B
Diff
|
Index: FilesCheck.py
|
||
|
===================================================================
|
||
|
RCS file: /cooker/soft/rpmlint/FilesCheck.py,v
|
||
|
retrieving revision 1.82
|
||
|
diff -u -r1.82 FilesCheck.py
|
||
|
--- FilesCheck.py 11 Feb 2005 08:32:23 -0000 1.82
|
||
|
+++ FilesCheck.py 13 Feb 2005 19:04:57 -0000
|
||
|
@@ -181,7 +181,7 @@
|
||
|
lib_package_regex=re.compile('^(lib|.+-libs)')
|
||
|
hidden_file_regex=re.compile('/\.[^/]*$')
|
||
|
mispelled_macro_regex=re.compile('%{.*}')
|
||
|
-siteperl_perl_regex=re.compile('^/usr/lib/perl5/site_perl/')
|
||
|
+siteperl_perl_regex=re.compile('/site_perl/')
|
||
|
manifest_perl_regex=re.compile('^/usr/share/doc/perl-.*/MANIFEST(\.SKIP)?$');
|
||
|
shellbang_regex=re.compile('^#!\s*(\S*)')
|
||
|
interpreter_regex=re.compile('^/(usr/)?bin/[^/]+$')
|