pyflakes: do not assume that pyflakes lives in /usr/local, just assume that it is on the PATH
This commit is contained in:
parent
db2caf58d4
commit
3bd7239253
|
@ -113,7 +113,7 @@ endif
|
|||
$(PP) $(PYTHON) misc/figleaf2el.py .figleaf $(INSTDIR)
|
||||
|
||||
pyflakes:
|
||||
$(PYTHON) -OOu /usr/local/bin/pyflakes src/allmydata
|
||||
$(PYTHON) -OOu `which pyflakes` src/allmydata
|
||||
|
||||
count-lines:
|
||||
@echo -n "files: "
|
||||
|
|
Loading…
Reference in New Issue