- move PLUGINDIR_VAR to global.h to avoid some hardcoded paths

This commit is contained in:
svenhoefer
2015-05-06 10:34:24 +02:00
parent 910497f762
commit 6e6d7ad765
4 changed files with 8 additions and 7 deletions

View File

@@ -48,6 +48,8 @@
#define LOCALEDIR_VAR "/var/tuxbox/locale"
#define THEMESDIR_VAR "/var/tuxbox/themes"
#define PLUGINDIR_VAR "/var/tuxbox/plugins"
#define PLUGINDIR_MNT "/mnt/plugins"
NEUTRINO_CPP SNeutrinoSettings g_settings;
NEUTRINO_CPP SglobalInfo g_info;