mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
Set correct path for /.version if TARGET_PREFIX is in use.
Origin commit data
------------------
Commit: 312a80bee9
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-25 (Sun, 25 Sep 2016)
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