mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- data: move config data to new config subdir
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -329,6 +329,7 @@ AC_SUBST(BLURAY_LIBS)
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
data/Makefile
|
||||
data/config/Makefile
|
||||
data/fonts/Makefile
|
||||
data/icons/Makefile
|
||||
data/icons/buttons/Makefile
|
||||
|
@@ -1,4 +1,5 @@
|
||||
SUBDIRS = \
|
||||
config \
|
||||
fonts \
|
||||
icons \
|
||||
inetradio \
|
||||
@@ -19,16 +20,3 @@ SUBDIRS = \
|
||||
if BOXTYPE_TRIPLE
|
||||
SUBDIRS += lcd
|
||||
endif
|
||||
|
||||
configdir = $(CONFIGDIR)
|
||||
|
||||
config_DATA = \
|
||||
bad_package_pattern.list.sample \
|
||||
cables.xml \
|
||||
encoding.conf \
|
||||
epglanguages.conf \
|
||||
providermap.xml \
|
||||
satellites.xml \
|
||||
settingsupdate.conf \
|
||||
terrestrial.xml \
|
||||
tobackup.conf
|
||||
|
12
data/config/Makefile.am
Normal file
12
data/config/Makefile.am
Normal file
@@ -0,0 +1,12 @@
|
||||
installdir = $(CONFIGDIR)
|
||||
|
||||
install_DATA = \
|
||||
bad_package_pattern.list.sample \
|
||||
cables.xml \
|
||||
encoding.conf \
|
||||
epglanguages.conf \
|
||||
providermap.xml \
|
||||
satellites.xml \
|
||||
settingsupdate.conf \
|
||||
terrestrial.xml \
|
||||
tobackup.conf
|
Reference in New Issue
Block a user