diff --git a/src/system/libroot/posix/unistd/conf.c b/src/system/libroot/posix/unistd/conf.c index 6a34ed687f..99696b37e7 100644 --- a/src/system/libroot/posix/unistd/conf.c +++ b/src/system/libroot/posix/unistd/conf.c @@ -335,7 +335,7 @@ confstr(int name, char *buffer, size_t length) switch (name) { case _CS_PATH: - string = "/bin:/boot/beos/apps:" \ + string = "/bin:/boot/system/apps:" \ "/boot/common/bin:/boot/develop/bin"; break; default: