mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Conflicts:
configure.ac
Origin commit data
------------------
Commit: 624691ea0d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-15 (Thu, 15 Dec 2016)
27 lines
484 B
Makefile
27 lines
484 B
Makefile
SUBDIRS = \
|
|
fonts \
|
|
icons \
|
|
inetradio \
|
|
#initial \
|
|
iso-codes \
|
|
license \
|
|
locale \
|
|
neutrino-scripts \
|
|
pictures \
|
|
scripts \
|
|
themes \
|
|
y-web
|
|
|
|
if BOXTYPE_TRIPLE
|
|
SUBDIRS += lcd
|
|
endif
|
|
|
|
configdir = $(CONFIGDIR)
|
|
config_DATA = cables.xml satellites.xml encoding.conf tobackup.conf providermap.xml settingsupdate.conf terrestrial.xml bad_package_pattern.list.sample
|
|
|
|
#NI
|
|
config_DATA += epglanguages.conf webtv_usr.xml
|
|
|
|
install-data-hook:
|
|
$(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|