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:
parent
79f9eb3dee
commit
7ff8fa8a61
1
Makefile
1
Makefile
@ -8,6 +8,7 @@ clean:
|
|||||||
PREFIX?=/usr/local
|
PREFIX?=/usr/local
|
||||||
BINDIR=$(PREFIX)/bin
|
BINDIR=$(PREFIX)/bin
|
||||||
PYTHON=/usr/bin/env python
|
PYTHON=/usr/bin/env python
|
||||||
|
export PYTHONPATH=lib
|
||||||
|
|
||||||
install: svtplay-dl
|
install: svtplay-dl
|
||||||
install -d $(DESTDIR)$(BINDIR)
|
install -d $(DESTDIR)$(BINDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user