mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
webradio: create necessary data directories at build time and put sample file in it
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -349,6 +349,7 @@ data/themes/Neutrino-3.0/icons/buttons/Makefile
|
||||
data/themes/Olive-3.0/Makefile
|
||||
data/themes/Olive-3.0/icons/Makefile
|
||||
data/themes/Olive-3.0/icons/buttons/Makefile
|
||||
data/webradio/Makefile
|
||||
data/webtv/Makefile
|
||||
data/y-web/Makefile
|
||||
data/y-web/images/Makefile
|
||||
|
@@ -11,6 +11,7 @@ SUBDIRS = \
|
||||
policy \
|
||||
scripts \
|
||||
themes \
|
||||
webradio \
|
||||
webtv \
|
||||
y-web
|
||||
|
||||
@@ -30,7 +31,6 @@ config_DATA = \
|
||||
satellites.xml \
|
||||
settingsupdate.conf \
|
||||
terrestrial.xml \
|
||||
tobackup.conf \
|
||||
webradio_usr.xml
|
||||
tobackup.conf
|
||||
install-data-hook:
|
||||
$(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|
||||
|
7
data/webradio/Makefile.am
Normal file
7
data/webradio/Makefile.am
Normal file
@@ -0,0 +1,7 @@
|
||||
installdir = $(WEBRADIODIR_VAR)
|
||||
|
||||
install_DATA = \
|
||||
webradio_usr.xml
|
||||
|
||||
install-data-hook:
|
||||
$(INSTALL) -d $(DESTDIR)/$(WEBRADIODIR)
|
Reference in New Issue
Block a user