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:
parent
e3954f5a94
commit
d7e274c031
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user