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:
@@ -67,7 +67,7 @@ static struct {
|
|||||||
{"/bin", "/boot/beos/bin"},
|
{"/bin", "/boot/beos/bin"},
|
||||||
{"/etc", "/boot/beos/etc"},
|
{"/etc", "/boot/beos/etc"},
|
||||||
{"/var", "/boot/var"},
|
{"/var", "/boot/var"},
|
||||||
{"/tmp", "/boot/tmp"},
|
{"/tmp", "/boot/var/tmp"},
|
||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user