Another fix after /boot/beos -> /boot/system change.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29888 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2009-04-03 23:50:12 +00:00
parent 6c85866b82
commit 23614f0aeb
1 changed files with 1 additions and 1 deletions

View File

@ -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: