Bug 328505: --install-app fails on Linux for packages without a vendor, patch by Robert Marshall (tH) <rdmsoft@bugs.rdmsoft.com>, r=bsmedberg

This commit is contained in:
gavin%gavinsharp.com 2006-02-24 21:10:13 +00:00
Родитель 8ab2077e73
Коммит 30d6b18ef4
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -247,6 +247,7 @@ const AppInstall = {
aDirectory = Components.classes["@mozilla.org/file/local;1"].
createInstance(nsILocalFile);
aDirectory.initWithPath("/usr/lib");
if (vendor)
aDirectory.append(vendor.toLowerCase());
#endif
#endif