mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- data: move zapit data to new zapit subdir
Conflicts: data/Makefile.am Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -376,6 +376,7 @@ data/y-web/images/Makefile
|
|||||||
data/y-web/languages/Makefile
|
data/y-web/languages/Makefile
|
||||||
data/y-web/scripts/Makefile
|
data/y-web/scripts/Makefile
|
||||||
data/y-web/styles/Makefile
|
data/y-web/styles/Makefile
|
||||||
|
data/zapit/Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
lib/connection/Makefile
|
lib/connection/Makefile
|
||||||
lib/hardware/coolstream/Makefile
|
lib/hardware/coolstream/Makefile
|
||||||
|
@@ -13,7 +13,8 @@ SUBDIRS = \
|
|||||||
themes \
|
themes \
|
||||||
webradio \
|
webradio \
|
||||||
webtv \
|
webtv \
|
||||||
y-web
|
y-web \
|
||||||
|
zapit
|
||||||
|
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
SUBDIRS += lcd
|
SUBDIRS += lcd
|
||||||
@@ -31,10 +32,3 @@ config_DATA = \
|
|||||||
settingsupdate.conf \
|
settingsupdate.conf \
|
||||||
terrestrial.xml \
|
terrestrial.xml \
|
||||||
tobackup.conf
|
tobackup.conf
|
||||||
zapitdir = $(CONFIGDIR)/zapit
|
|
||||||
|
|
||||||
zapit_DATA = \
|
|
||||||
myservices.xml
|
|
||||||
|
|
||||||
#install-data-hook:
|
|
||||||
# $(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|
|
||||||
|
7
data/zapit/Makefile.am
Normal file
7
data/zapit/Makefile.am
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
installdir = $(CONFIGDIR)/zapit
|
||||||
|
|
||||||
|
install_DATA = \
|
||||||
|
myservices.xml
|
||||||
|
|
||||||
|
#install-data-hook:
|
||||||
|
# $(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|
Reference in New Issue
Block a user