diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2007-09-21 12:55:25 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2007-09-21 12:55:25 +0200 |
commit | 7d3a17c4924b5d367f76a0febfefe6ff1e7880d1 (patch) | |
tree | dbaeadb212108010518a8ee1b68b017a06092209 /install.sh | |
parent | 7ceee1cfcfa1b513d4e967398b022f3fccb5208b (diff) | |
download | vdradmin-am-3.6.0.tar.gz vdradmin-am-3.6.0.tar.bz2 |
2007-09-21: 3.6.0v3.6.0
- Added: missing license information.
- Changed: prog_timeline uses global channels array instead of copying it locally.
- Fixed: Bug in prog_timeline introduced in 3.6.0beta (Reported by several users).
- Updated: Italian translation (Submitted by Gringo)
- Updated: Spanish translation (Submitted by RĂ¼diger Jung).
- Fixed: Channel range in epgsearch_new didn't work since 3.6.0beta (Reported by mblaster4711 @vdr-portal.de).
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ function doInstall() perlModules makeDir $LIBDIR 1 && cp -r template lib $LIBDIR || exit 1 - makeDir $DOCDIR && cp -r contrib COPYING CREDITS HISTORY INSTALL README* REQUIREMENTS FAQ $DOCDIR || exit 1 + makeDir $DOCDIR && cp -r contrib COPYING CREDITS HISTORY INSTALL LGPL.txt README* REQUIREMENTS FAQ $DOCDIR || exit 1 makeDir $MANDIR && cp vdradmind.pl.1 $MANDIR || exit 1 makeDir $ETCDIR || exit 1 |