find_directory(): Fix B_{APPS,PREFERENCES}_DIRECTORY paths
This commit is contained in:
@@ -349,10 +349,10 @@ find_directory(directory_which which, dev_t device, bool createIt,
|
||||
|
||||
/* Global directories */
|
||||
case B_APPS_DIRECTORY:
|
||||
templatePath = "apps";
|
||||
templatePath = COMMON "/apps";
|
||||
break;
|
||||
case B_PREFERENCES_DIRECTORY:
|
||||
templatePath = "preferences";
|
||||
templatePath = COMMON "/preferences";
|
||||
break;
|
||||
case B_UTILITIES_DIRECTORY:
|
||||
templatePath = "utilities";
|
||||
|
||||
Reference in New Issue
Block a user