summaryrefslogtreecommitdiff
path: root/whatmaps/pkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'whatmaps/pkg.py')
-rw-r--r--whatmaps/pkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/whatmaps/pkg.py b/whatmaps/pkg.py
index b69dd27..ab9088d 100644
--- a/whatmaps/pkg.py
+++ b/whatmaps/pkg.py
@@ -38,7 +38,7 @@ class Pkg(object):
type = None
services = None
- _so_regex = re.compile(r'(?P<so>/.*\.so(\.[^/]*)$)')
+ _so_regex = re.compile(r'(?P<so>/.*\.so(\.[^/]*)?$)')
_list_contents = None
def __init__(self, name):