diff -r 7eea11439375 -r c15c9099bb44 tools/python/pkglint/userland.py --- a/tools/python/pkglint/userland.py Tue Feb 22 10:12:42 2011 -0800 +++ b/tools/python/pkglint/userland.py Wed Feb 23 10:37:11 2011 -0800 @@ -42,7 +42,7 @@ "checks Userland packages for common content errors") self.prototype = os.getenv('PROTO_DIR') self.runpath_re = [ - re.compile('^/lib/'), + re.compile('^/lib(/.*)?$'), re.compile('^/usr/'), re.compile('^\$ORIGIN/') ]