mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
- introduce TARGET_ROOT define to fix paths in native mode
Conflicts: src/neutrino.cpp
This commit is contained in:
@@ -54,8 +54,8 @@
|
||||
#include <nhttpd/yconfig.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#define OS_RELEASE_FILE "/usr/lib/os-release"
|
||||
#define OE_IMAGE_VERSION_FILE "/etc/image-version"
|
||||
#define OS_RELEASE_FILE TARGET_ROOT "/usr/lib/os-release"
|
||||
#define OE_IMAGE_VERSION_FILE TARGET_ROOT "/etc/image-version"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Reference in New Issue
Block a user