зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
8ab2077e73
Коммит
30d6b18ef4
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче