find_directory(): Fix package links path

This commit is contained in:
Ingo Weinhold
2011-07-17 16:55:21 +02:00
parent db9a50a2c6
commit 99ee453ff8
+1 -1
View File
@@ -349,7 +349,7 @@ find_directory(directory_which which, dev_t device, bool createIt,
templatePath = "utilities"; templatePath = "utilities";
break; break;
case B_PACKAGE_LINKS_DIRECTORY: case B_PACKAGE_LINKS_DIRECTORY:
templatePath = "package-links"; templatePath = "packages";
break; break;
default: default: