diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-06-03 13:43:16 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-06-03 13:43:16 +0000 |
commit | 2c40d1d162351c75314d74f2389835c6c831518b (patch) | |
tree | 40a69d17d21acd0661d991af2cb87a8d2fe2d7f4 | |
parent | Added eselect-module (diff) | |
download | gentoo-vdr-scripts-2c40d1d162351c75314d74f2389835c6c831518b.tar.gz gentoo-vdr-scripts-2c40d1d162351c75314d74f2389835c6c831518b.tar.bz2 gentoo-vdr-scripts-2c40d1d162351c75314d74f2389835c6c831518b.zip |
Added keyword expansion.eselect-module-0.0.1
svn path=/eselect-module/trunk/; revision=466
-rw-r--r-- | vdr.eselect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr.eselect b/vdr.eselect index 0ad4776..07e5640 100644 --- a/vdr.eselect +++ b/vdr.eselect @@ -4,7 +4,7 @@ DESCRIPTION="Manage VDR plugins" MAINTAINER="zzam@gentoo.org" -SVN_DATE='$Date: $' +SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}") find_plugins() { |