CImageInfo: using "DATADIR" instead fixed path

This commit is contained in:
2016-10-04 20:39:45 +02:00
parent 5fcd45b633
commit b8e1d0ebbd

View File

@@ -48,7 +48,7 @@
#include <nhttpd/yconfig.h>
#define VERSION_FILE TARGET_PREFIX "/.version"
#define Y_VERSION_FILE TARGET_PREFIX "/share/tuxbox/neutrino/httpd/Y_Version.txt"
#define Y_VERSION_FILE DATADIR "/neutrino/httpd/Y_Version.txt"
using namespace std;