The "/tmp" symlink targeted the wrong location.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10741 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-01-15 01:27:04 +00:00
parent e3954f5a94
commit d7e274c031
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ static struct {
{"/bin", "/boot/beos/bin"},
{"/etc", "/boot/beos/etc"},
{"/var", "/boot/var"},
{"/tmp", "/boot/tmp"},
{"/tmp", "/boot/var/tmp"},
{NULL}
};