diff options
author | scop <scop> | 2005-03-23 21:41:09 +0000 |
---|---|---|
committer | scop <scop> | 2005-03-23 21:41:09 +0000 |
commit | b1408743886d49e48677d5a485e081784203f01e (patch) | |
tree | 606961cf939bd5e3610c257ea82738c20cb4c653 | |
parent | 09c4ae9ec78286240d3c3de0f84396cbd677cf2a (diff) | |
download | vdr-plugin-dxr3-b1408743886d49e48677d5a485e081784203f01e.tar.gz vdr-plugin-dxr3-b1408743886d49e48677d5a485e081784203f01e.tar.bz2 |
Add datestamp to CVS snapshot tarball filenames.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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): |