mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
webtv: create necessary data directories at build time and put sample file in it
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 939b1dd949
Author: J. Krieg <bellum07@googlemail.com>
Date: 2018-11-22 (Thu, 22 Nov 2018)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -30,8 +30,7 @@ config_DATA = \
|
||||
settingsupdate.conf \
|
||||
terrestrial.xml \
|
||||
tobackup.conf \
|
||||
webradio_usr.xml \
|
||||
webtv_usr.xml
|
||||
webradio_usr.xml
|
||||
|
||||
install-data-hook:
|
||||
$(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|
||||
|
@@ -1,3 +1,7 @@
|
||||
installdir = $(WEBTVDIR)
|
||||
installdir = $(WEBTVDIR_VAR)
|
||||
|
||||
install_DATA =
|
||||
install_DATA = \
|
||||
webtv_usr.xml
|
||||
|
||||
install-data-hook:
|
||||
$(INSTALL) -d $(DESTDIR)/$(WEBTVDIR)
|
||||
|
Reference in New Issue
Block a user