1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

Set PYTHONPATH in Makefile to fix pylint warnings

pylint had issues with importing some modules because it lacked
"lib" in the PYTHONPATH.
This commit is contained in:
Olof Johansson 2013-04-21 11:26:43 +02:00
parent 79f9eb3dee
commit 7ff8fa8a61

View File

@ -8,6 +8,7 @@ clean:
PREFIX?=/usr/local
BINDIR=$(PREFIX)/bin
PYTHON=/usr/bin/env python
export PYTHONPATH=lib
install: svtplay-dl
install -d $(DESTDIR)$(BINDIR)