openbsd-ports/www/mozilla-firefox/patches/patch-xulrunner_setup_nsXULAppInstall_js
landry ddd3e93eae Lo and behold, update to mozilla-firefox 4.0 !
Too much changes to list them, just enjoy it. Thanks to the ones who
tested the betas/rc.
ok jasper@
2011-03-30 21:39:14 +00:00

12 lines
486 B
Plaintext

--- xulrunner/setup/nsXULAppInstall.js.orig Wed Jul 21 02:53:09 2010
+++ xulrunner/setup/nsXULAppInstall.js Sun Aug 1 13:01:43 2010
@@ -243,7 +243,7 @@ AppInstall.prototype = {
#else
aDirectory = Components.classes["@mozilla.org/file/local;1"].
createInstance(nsILocalFile);
- aDirectory.initWithPath("/usr/local/lib");
+ aDirectory.initWithPath("${LOCALBASE}/lib/xulrunner-2.0");
if (vendor)
aDirectory.append(vendor.toLowerCase());
#endif