summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2005-03-23 21:39:47 +0000
committerscop <scop>2005-03-23 21:39:47 +0000
commit94d3e16692e738860dc387960c957b50592447b6 (patch)
tree2260cf55c3dbf3ceddbefa1da31fe2f002b71547
parente057c0a00f49885c848b95ca53d8ee30a10de9b0 (diff)
downloadvdr-plugin-dxr3-94d3e16692e738860dc387960c957b50592447b6.tar.gz
vdr-plugin-dxr3-94d3e16692e738860dc387960c957b50592447b6.tar.bz2
Add datestamp to CVS snapshot tarballs.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 890c05d..6fd045a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.14 2005/03/22 16:34:20 scop Exp $
+# $Id: Makefile,v 1.15 2005/03/23 21:39:47 scop Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -38,7 +38,7 @@ VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/config.h | awk '{ print
### The name of the distribution archive:
ARCHIVE = $(PLUGIN)-$(VERSION)
-PACKAGE = vdr-$(ARCHIVE)
+PACKAGE = $(shell echo vdr-$(ARCHIVE) | sed -e 's/cvs$$/cvs'`date +%Y%m%d`/)
### Includes and Defines (add further entries here):