diff options
Diffstat (limited to 'src/core/main.c')
| -rw-r--r-- | src/core/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c index 4c7de6cd..8d519c00 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -339,7 +339,7 @@ main(int argc, char *argv[]) char *path, *slash; int g; - /* exe is <basedir>/src/.libs/lt-NetworkManager, so chop off + /* exe is <builddir>/src/core/NetworkManager, so chop off * the last three components */ path = realpath("/proc/self/exe", NULL); g_assert(path != NULL); |