Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: fix TVHEADEND_FILE_CACHE
  • Loading branch information
lekma authored and perexg committed Feb 1, 2016
1 parent f785357 commit 26cf764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.static
Expand Up @@ -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); \
Expand All @@ -103,7 +103,7 @@ define UNTAR
tar x -C $(LIB_ROOT) -$(2)f $(LIB_ROOT)/$(1); \
}
endef

# ############################################################################
# Editor Configuration
#
Expand Down

0 comments on commit 26cf764

Please sign in to comment.