mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
webradio: 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: b10abebe0e
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:
@@ -360,6 +360,7 @@ data/themes/Neutrino-3.0/icons/buttons/Makefile
|
|||||||
data/themes/Olive-3.0/Makefile
|
data/themes/Olive-3.0/Makefile
|
||||||
data/themes/Olive-3.0/icons/Makefile
|
data/themes/Olive-3.0/icons/Makefile
|
||||||
data/themes/Olive-3.0/icons/buttons/Makefile
|
data/themes/Olive-3.0/icons/buttons/Makefile
|
||||||
|
data/webradio/Makefile
|
||||||
data/webtv/Makefile
|
data/webtv/Makefile
|
||||||
data/y-web/Makefile
|
data/y-web/Makefile
|
||||||
data/y-web/images/Makefile
|
data/y-web/images/Makefile
|
||||||
|
@@ -10,6 +10,7 @@ SUBDIRS = \
|
|||||||
pictures \
|
pictures \
|
||||||
scripts \
|
scripts \
|
||||||
themes \
|
themes \
|
||||||
|
webradio \
|
||||||
webtv \
|
webtv \
|
||||||
y-web
|
y-web
|
||||||
|
|
||||||
@@ -29,8 +30,7 @@ config_DATA = \
|
|||||||
satellites.xml \
|
satellites.xml \
|
||||||
settingsupdate.conf \
|
settingsupdate.conf \
|
||||||
terrestrial.xml \
|
terrestrial.xml \
|
||||||
tobackup.conf \
|
tobackup.conf
|
||||||
webradio_usr.xml
|
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
$(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|
$(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