Add missing dash.
This commit is contained in:
parent
8eee4cf2d4
commit
51bc44dee6
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ def resolve_vague_dep_req(apt_mgr, req):
|
|||
options.extend(find_reqs_simple(
|
||||
apt_mgr,
|
||||
[
|
||||
posixpath.join("/usr/lib", ".*", "pkgconfig", re.escape(req.name) + ".*\\.pc"),
|
||||
posixpath.join("/usr/lib", ".*", "pkgconfig", re.escape(req.name) + "-.*\\.pc"),
|
||||
posixpath.join("/usr/lib/pkgconfig", re.escape(req.name) + "-.*\\.pc")
|
||||
],
|
||||
regex=True,
|
||||
|
|
Loading…
Add table
Reference in a new issue