mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +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/scripts/Makefile
|
||||
data/y-web/styles/Makefile
|
||||
data/zapit/Makefile
|
||||
lib/Makefile
|
||||
lib/connection/Makefile
|
||||
lib/hardware/coolstream/Makefile
|
||||
|
@@ -13,7 +13,8 @@ SUBDIRS = \
|
||||
themes \
|
||||
webradio \
|
||||
webtv \
|
||||
y-web
|
||||
y-web \
|
||||
zapit
|
||||
|
||||
if BOXTYPE_TRIPLE
|
||||
SUBDIRS += lcd
|
||||
@@ -31,10 +32,3 @@ config_DATA = \
|
||||
settingsupdate.conf \
|
||||
terrestrial.xml \
|
||||
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