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:
Stephan Aßmus
2009-04-09 09:29:07 +00:00
parent 9611bddd7a
commit 61d107c8a7
+4
View File
@@ -55,7 +55,11 @@ All rights reserved.
const char *pathsToSearch[] = {
// "/boot/home/config/settings/NetPositive/Bookmarks/",
#ifdef __HAIKU__
"/boot/system",
#else
"/boot/beos",
#endif
"/boot/apps",
"/boot/home",
0