Closed
Bug 104567
Opened 24 years ago
Closed 24 years ago
run-mozilla.sh does not cd to component directory to run component
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: john, Assigned: slogan)
Details
Using a completely default full-product install, as per the README, you are
supposed to run the browser by:
/usr/local/mozilla/run-mozilla.sh mozilla
This fails to run mozilla, because it is looking for it in the cwd and has not
shifted to that directory.
Workaround:
/usr/local/mozilla/run-mozilla.sh /usr/local/mozilla/mozilla
(cumbersome, but it works).
Suggested code fix:
Add a line to the script to cd to $MOZ_DIST_BIN before invoking the parm.
While we're at it, the README specifies that the app is "viewer", which does not
exist. Use "mozilla" instead.
Updated•24 years ago
|
QA Contact: bugzilla → ktrina
Comment 1•24 years ago
|
||
The readme sounds like it's way, way outdated. Confirming bug to get the readme
file fixed....
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
README seems fine, closing.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•