From 35a0125756bd68f77a2ddaf2dd6b8539e733ee1d Mon Sep 17 00:00:00 2001
From: Norm Jacobs <Norm.Jacobs@Oracle.COM>
Date: Wed, 23 Feb 2011 19:37:11 +0100
Subject: [PATCH] 6841644 OpenSolaris Python should support gdbm 6991811 Migrate Mercurial (Hg) to Python 2.6 7009592 PyOpenSSL should be updated from 0.8 to 0.11 7016735 move mercurial from sfw to userland 7018363 Userland LD_OPTIONS should include non-executable data mapfiles as well 7019410 python 2.6 should move to userland 7020772 userland build should provide more macros for common flags 7021204 userland runpath checking should relax slightly.

---
 tools/python/pkglint/userland.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/python/pkglint/userland.py b/tools/python/pkglint/userland.py
index 1fca6b9..40d961c 100644
--- a/tools/python/pkglint/userland.py
+++ b/tools/python/pkglint/userland.py
@@ -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/')
 		]

--
Gitblit v1.9.3