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,13 +10,7 @@ export PACKAGES = svtplay_dl \
|
||||
svtplay_dl.service
|
||||
export PYFILES = $(addsuffix /*.py,$(subst .,/,$(PACKAGES)))
|
||||
|
||||
PREFIX=/usr/local
|
||||
BINDIR=$(PREFIX)/bin
|
||||
PYTHON=/usr/bin/env python
|
||||
|
||||
install: svtplay-dl
|
||||
install -d $(DESTDIR)$(BINDIR)
|
||||
install -m 755 svtplay-dl $(DESTDIR)$(BINDIR)
|
||||
PYTHON = /usr/bin/env python
|
||||
|
||||
svtplay-dl: $(PYFILES)
|
||||
zip --quiet svtplay-dl $(PYFILES)
|
||||
|
Loading…
Reference in New Issue
Block a user