Fix hardcoded paths for this *test* component.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30055 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -55,7 +55,11 @@ All rights reserved.
|
|||||||
|
|
||||||
const char *pathsToSearch[] = {
|
const char *pathsToSearch[] = {
|
||||||
// "/boot/home/config/settings/NetPositive/Bookmarks/",
|
// "/boot/home/config/settings/NetPositive/Bookmarks/",
|
||||||
|
#ifdef __HAIKU__
|
||||||
|
"/boot/system",
|
||||||
|
#else
|
||||||
"/boot/beos",
|
"/boot/beos",
|
||||||
|
#endif
|
||||||
"/boot/apps",
|
"/boot/apps",
|
||||||
"/boot/home",
|
"/boot/home",
|
||||||
0
|
0
|
||||||
|
|||||||
Reference in New Issue
Block a user