1
0
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:
Olof Johansson 2013-05-27 20:30:22 +02:00
parent 52cc3fe9ca
commit 7f99c30b31

View File

@ -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)