]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile: fix TVHEADEND_FILE_CACHE
authorlekma <lekmalek@gmail.com>
Sat, 30 Jan 2016 09:42:42 +0000 (10:42 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 1 Feb 2016 20:53:25 +0000 (21:53 +0100)
Makefile.static

index 85fecc51a67f9e2e43aeaec41c5cf56f66bacf5d..29051d0d477e818e5c50736fa7e1493e861c30c7 100644 (file)
@@ -87,7 +87,7 @@ define DOWNLOAD
          wget --no-verbose -O $(2) $(1); \
        else \
          file=$$(basename $(2)); \
-         cp "$$TVHEADEND_FILE_CACHE/$$(file)" $(2); \
+         cp "$$TVHEADEND_FILE_CACHE/$${file}" $(2); \
        fi
        @{ \
          sum=$$(sha1sum $(2) | cut -d ' ' -f 1); \
@@ -103,7 +103,7 @@ define UNTAR
          tar x -C $(LIB_ROOT) -$(2)f $(LIB_ROOT)/$(1); \
        }
 endef
-       
+
 # ############################################################################
 # Editor Configuration
 #