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([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
data/Makefile
|
data/Makefile
|
||||||
|
data/config/Makefile
|
||||||
data/fonts/Makefile
|
data/fonts/Makefile
|
||||||
data/icons/Makefile
|
data/icons/Makefile
|
||||||
data/icons/buttons/Makefile
|
data/icons/buttons/Makefile
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
|
config \
|
||||||
fonts \
|
fonts \
|
||||||
icons \
|
icons \
|
||||||
inetradio \
|
inetradio \
|
||||||
@@ -19,16 +20,3 @@ SUBDIRS = \
|
|||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
SUBDIRS += lcd
|
SUBDIRS += lcd
|
||||||
endif
|
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