mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
data: move config data to new config subdir
Origin commit data
------------------
Branch: ni/coolstream
Commit: cbdedb7103
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)
Origin message was:
------------------
- data: move config data to new config subdir
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -320,6 +320,7 @@ AC_SUBST(LIBCOOLSTREAM_STATIC_DIR)
|
|||||||
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 \
|
||||||
@@ -18,16 +19,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