summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2007-09-21 12:55:25 +0200
committerAndreas Mair <amair.sob@googlemail.com>2007-09-21 12:55:25 +0200
commit7d3a17c4924b5d367f76a0febfefe6ff1e7880d1 (patch)
treedbaeadb212108010518a8ee1b68b017a06092209 /install.sh
parent7ceee1cfcfa1b513d4e967398b022f3fccb5208b (diff)
downloadvdradmin-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-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index b65c3ea..29180d8 100755
--- a/install.sh
+++ b/install.sh
@@ -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