mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
Set correct path for /.version if TARGET_PREFIX is in use.
This commit is contained in:
@@ -67,7 +67,7 @@ void CImageInfo::Init(void)
|
||||
|
||||
license_txt = "";
|
||||
v_info.clear();
|
||||
config.loadConfig("/.version");
|
||||
config.loadConfig(TARGET_PREFIX "/.version");
|
||||
}
|
||||
|
||||
CImageInfo::~CImageInfo()
|
||||
|
Reference in New Issue
Block a user