summaryrefslogtreecommitdiff
path: root/FilesCheck.py
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-02-06 13:11:08 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-02-06 13:11:08 -0800
commit22cbceee30f5e43bcdf290302f1a0ab4f43684cf (patch)
tree825e5a41af58ab033e594b56965ac52f93286320 /FilesCheck.py
parent120b2d2e3037c6c12bbaf0569b009386b77dc950 (diff)
downloadrpmlint-22cbceee30f5e43bcdf290302f1a0ab4f43684cf.tar.gz
rpmlint-22cbceee30f5e43bcdf290302f1a0ab4f43684cf.tar.bz2
rpmlint-22cbceee30f5e43bcdf290302f1a0ab4f43684cf.zip
rpmlint-suse.diff
===================================================================
Diffstat (limited to 'FilesCheck.py')
-rw-r--r--FilesCheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/FilesCheck.py b/FilesCheck.py
index eb314e0..51c16ec 100644
--- a/FilesCheck.py
+++ b/FilesCheck.py
@@ -176,7 +176,7 @@ compr_regex = re.compile('\.(gz|z|Z|zip|bz2|lzma|xz)$')
absolute_regex = re.compile('^/([^/]+)')
absolute2_regex = re.compile('^/?([^/]+)')
points_regex = re.compile('^\.\./(.*)')
-doc_regex = re.compile('^/usr(/share|/X11R6)?/(doc|man|info)/')
+doc_regex = re.compile('^/usr(/share|/X11R6)?/(doc|man|info)/|^/opt/kde3/share/doc|^/usr/share/gnome/help')
bin_regex = re.compile('^/(?:usr/(?:s?bin|games)|s?bin)/(.*)')
includefile_regex = re.compile('\.(c|h)(pp|xx)?$', re.IGNORECASE)
develfile_regex = re.compile('\.(a|cmxa?|mli?)$')