summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cab3945..b438130 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ VDRPLUGINCONFDIR ?= /video/plugins
# VDR's locale directory
VDRLOCALEDIR ?= $(VDRDIR)/locale
-VERSION := $(shell cat src/version)
+VERSION := $(shell grep VERSION src/libwebvi/webvi/version.py | cut -d \' -f 2)
TMPDIR = /tmp
ARCHIVE = webvideo-$(VERSION)