Bug 555916 - Installing an application should install in /usr/local instead of /usr. r=bsmedberg
This commit is contained in:
Родитель
dc98aa260b
Коммит
9278013853
|
@ -243,7 +243,7 @@ const AppInstall = {
|
|||
#else
|
||||
aDirectory = Components.classes["@mozilla.org/file/local;1"].
|
||||
createInstance(nsILocalFile);
|
||||
aDirectory.initWithPath("/usr/lib");
|
||||
aDirectory.initWithPath("/usr/local/lib");
|
||||
if (vendor)
|
||||
aDirectory.append(vendor.toLowerCase());
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче