Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.image
Commits
2f35ee06
Commit
2f35ee06
authored
May 19, 2014
by
André Anjos
💬
Browse files
Fix netpbm search problem on Ubuntu
parent
cd10b537
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
2f35ee06
...
...
@@ -227,7 +227,7 @@ class netpbm:
self
.
name
=
'netpbm'
header
=
'pam.h'
candidates
=
find_header
(
header
,
subpaths
=
[
self
.
name
])
candidates
=
find_header
(
header
,
subpaths
=
[
self
.
name
,
''
])
if
not
candidates
:
raise
RuntimeError
(
"could not find %s's `%s' - have you installed %s on this machine?"
%
(
self
.
name
,
header
,
self
.
name
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment