From: lekma Date: Sat, 30 Jan 2016 09:42:42 +0000 (+0100) Subject: Makefile: fix TVHEADEND_FILE_CACHE X-Git-Tag: v4.2.1~1092 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26cf7641a80c47632950e529513666ef598d54dc;p=thirdparty%2Ftvheadend.git Makefile: fix TVHEADEND_FILE_CACHE --- diff --git a/Makefile.static b/Makefile.static index 85fecc51a..29051d0d4 100644 --- a/Makefile.static +++ b/Makefile.static @@ -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 #