- tuxtxt: fix creation of /var/tuxbox/config/tuxtxt/

This commit is contained in:
svenhoefer
2012-09-05 23:42:10 +02:00
parent ae73a950eb
commit 1e1a3265e6
2 changed files with 9 additions and 3 deletions

View File

@@ -64,7 +64,8 @@ extern int tuxtxt_get_zipsize(int p, int sp);
#endif
#define TUXTXTCONF CONFIGDIR "/tuxtxt/tuxtxt2.conf"
#define TUXTXTDIR CONFIGDIR "/tuxtxt"
#define TUXTXTCONF TUXTXTDIR "/tuxtxt2.conf"
/* fonts */
#define TUXTXTTTF FONTDIR "/tuxtxt.ttf"