mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
12 lines
332 B
Makefile
12 lines
332 B
Makefile
SUBDIRS = fonts icons inetradio initial iso-codes license locale scripts themes neutrino-scripts
|
|
|
|
if BOXTYPE_TRIPLE
|
|
SUBDIRS += lcd
|
|
endif
|
|
|
|
configdir = $(CONFIGDIR)
|
|
config_DATA = cables.xml satellites.xml encoding.conf tobackup.conf providermap.xml settingsupdate.conf
|
|
|
|
install-data-hook:
|
|
$(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|