mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
Remove unused make stuff in lib/Makefile
Doing `make install` with lib/Makefile is not supported.
This commit is contained in:
parent
52cc3fe9ca
commit
7f99c30b31
@ -10,14 +10,8 @@ export PACKAGES = svtplay_dl \
|
|||||||
svtplay_dl.service
|
svtplay_dl.service
|
||||||
export PYFILES = $(addsuffix /*.py,$(subst .,/,$(PACKAGES)))
|
export PYFILES = $(addsuffix /*.py,$(subst .,/,$(PACKAGES)))
|
||||||
|
|
||||||
PREFIX=/usr/local
|
|
||||||
BINDIR=$(PREFIX)/bin
|
|
||||||
PYTHON = /usr/bin/env python
|
PYTHON = /usr/bin/env python
|
||||||
|
|
||||||
install: svtplay-dl
|
|
||||||
install -d $(DESTDIR)$(BINDIR)
|
|
||||||
install -m 755 svtplay-dl $(DESTDIR)$(BINDIR)
|
|
||||||
|
|
||||||
svtplay-dl: $(PYFILES)
|
svtplay-dl: $(PYFILES)
|
||||||
zip --quiet svtplay-dl $(PYFILES)
|
zip --quiet svtplay-dl $(PYFILES)
|
||||||
zip --quiet --junk-paths svtplay-dl svtplay_dl/__main__.py
|
zip --quiet --junk-paths svtplay-dl svtplay_dl/__main__.py
|
||||||
|
Loading…
Reference in New Issue
Block a user