From 3259f26dfe07924927f3d0ede0e29339d5ab4640 Mon Sep 17 00:00:00 2001 From: seife Date: Fri, 18 Nov 2011 06:56:27 +0000 Subject: [PATCH] tuxtxt: fix config file saving tuxtxt does not need the config file, but it needs the *directory* $(CONFIGDIR)/tuxtxt Since tuxtxt is no longer standalone, moving the config into main neutrino.conf would be better, but for now (and in order to not invalidate all the docs) just create the directory during installation. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1862 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- lib/libtuxtxt/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libtuxtxt/Makefile.am b/lib/libtuxtxt/Makefile.am index f80ebfb19..c3852770d 100644 --- a/lib/libtuxtxt/Makefile.am +++ b/lib/libtuxtxt/Makefile.am @@ -16,7 +16,9 @@ noinst_LIBRARIES = libtuxtxt.a libtuxtxt_a_SOURCES = libtuxtxt.cpp tuxtxt.cpp +configdir = $(CONFIGDIR)/tuxtxt ## not necessary - the defaults in the code are exactly like ## what is in the config file -#configdir = $(CONFIGDIR)/tuxtxt #config_DATA = tuxtxt2.conf +## ... but we need the $(configdir)... hence the empty config_DATA... +config_DATA =