added vdr config to rootfiles

git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1291 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
arne_f
2008-03-29 08:39:20 +00:00
parent 98248635bf
commit d65abbdaf7
2 changed files with 15 additions and 8 deletions

View File

@@ -12,6 +12,10 @@ opt/vdr/PLUGINS/lib/libvdr-streamdev-server.so.1.6.0
opt/vdr/PLUGINS/lib/libvdr-svccli.so.1.6.0
opt/vdr/PLUGINS/lib/libvdr-svcsvr.so.1.6.0
opt/vdr/PLUGINS/lib/libvdr-svdrpdemo.so.1.6.0
#opt/vdr/bin
opt/vdr/bin/runvdr
opt/vdr/bin/svdrpsend.pl
opt/vdr/bin/vdr
#opt/vdr/locale
#opt/vdr/locale/ca_ES
#opt/vdr/locale/ca_ES/LC_MESSAGES
@@ -85,12 +89,6 @@ opt/vdr/locale/de_DE/LC_MESSAGES/vdr-skincurses.mo
#opt/vdr/locale/tr_TR
#opt/vdr/locale/tr_TR/LC_MESSAGES
#opt/vdr/locale/tr_TR/LC_MESSAGES/vdr-hello.mo
#opt/vdr/usr
#opt/vdr/usr/local
#opt/vdr/usr/local/bin
opt/vdr/bin/runvdr
opt/vdr/bin/svdrpsend.pl
opt/vdr/bin/vdr
#opt/vdr/share
#opt/vdr/share/man
#opt/vdr/share/man/man1
@@ -98,4 +96,12 @@ opt/vdr/share/man/man1/vdr.1.gz
#opt/vdr/share/man/man5
opt/vdr/share/man/man5/vdr.5.gz
#opt/vdr/video
etc/rc.d/init.d/vdr
#var/video
var/video/channels.conf
var/video/diseqc.conf
var/video/keymacros.conf
#var/video/plugins
var/video/plugins/streamdevhosts.conf
var/video/setup.conf
var/video/sources.conf
var/video/svdrphosts.conf

View File

@@ -87,6 +87,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make PREFIX=. DESTDIR=/opt/vdr/ install
-mkdir -p /var/video/plugins/
cd $(DIR_APP) && install *.conf /var/video/
cp -fr $(DIR_SRC)/config/vdr/* /var/video/
cp -f $(DIR_SRC)/config/vdr/*.conf /var/video/
cp -f $(DIR_SRC)/config/vdr/plugins/*.conf /var/video/plugins/
@rm -rf $(DIR_APP)
@$(POSTBUILD)