tools/python/pkglint/userland.py
changeset 99 c15c9099bb44
parent 84 b80cfd4e0a16
child 117 8f634eb6f66b
--- 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/')
 		]