mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
Set correct path for /.version if TARGET_PREFIX is in use.
This commit is contained in:
@@ -145,7 +145,7 @@ bool CBuildInfo::HasData()
|
||||
|
||||
#if 0
|
||||
CConfigFile data ('\t');
|
||||
data.loadConfig("/.version");
|
||||
data.loadConfig(TARGET_PREFIX "/.version");
|
||||
build_info_t creator = {BI_TYPE_ID_CREATOR, LOCALE_BUILDINFO_CREATOR, data.getString("creator", "n/a")};
|
||||
v_info.push_back(creator);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user