From 7f99c30b31d8f58518d7e5a3e230477ec9050ddd Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Mon, 27 May 2013 20:30:22 +0200 Subject: [PATCH] Remove unused make stuff in lib/Makefile Doing `make install` with lib/Makefile is not supported. --- lib/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 08d6b2e..bde24f5 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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)