summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2005-03-23 21:41:09 +0000
committerscop <scop>2005-03-23 21:41:09 +0000
commitb1408743886d49e48677d5a485e081784203f01e (patch)
tree606961cf939bd5e3610c257ea82738c20cb4c653
parent09c4ae9ec78286240d3c3de0f84396cbd677cf2a (diff)
downloadvdr-plugin-dxr3-b1408743886d49e48677d5a485e081784203f01e.tar.gz
vdr-plugin-dxr3-b1408743886d49e48677d5a485e081784203f01e.tar.bz2
Add datestamp to CVS snapshot tarball filenames.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e4f03bb..dbfed38 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.1.2.8 2005/03/19 21:50:51 scop Exp $
+# $Id: Makefile,v 1.1.2.9 2005/03/23 21:41:09 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):