Skip to content
Snippets Groups Projects
Commit 2f35ee06 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix netpbm search problem on Ubuntu

parent cd10b537
No related branches found
No related tags found
Loading
...@@ -227,7 +227,7 @@ class netpbm: ...@@ -227,7 +227,7 @@ class netpbm:
self.name = 'netpbm' self.name = 'netpbm'
header = 'pam.h' header = 'pam.h'
candidates = find_header(header, subpaths=[self.name]) candidates = find_header(header, subpaths=[self.name, ''])
if not candidates: if not candidates:
raise RuntimeError("could not find %s's `%s' - have you installed %s on this machine?" % (self.name, header, self.name)) raise RuntimeError("could not find %s's `%s' - have you installed %s on this machine?" % (self.name, header, self.name))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment