Closed
Bug 172303
Opened 23 years ago
Closed 21 years ago
rename "bin" dir in zipfile to "mozilla"
Categories
(SeaMonkey :: Build Config, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: bugzilla, Assigned: leaf)
Details
currently the mozilla-win32.zip has the following structure:
bin/mozilla.exe
bin/chrome
etc
couldn't we rename the "bin" to "mozilla" ?
this way the Phoenix and the Mozilla zip structure would be the same.
Phoenix has:
phoenix/phoenix.exe
phoenix/chrome
etc
Comment 1•23 years ago
|
||
Or just remove the prefix entirely. Why do we need one?
Reporter | ||
Comment 2•23 years ago
|
||
yes. remove it entirely would be nicer
Updated•23 years ago
|
Severity: normal → trivial
Priority: -- → P4
Target Milestone: --- → Future
Comment 3•23 years ago
|
||
Reassigning it to leaf as the nightly script manually creates the zip files. It
should probably use xpinstall/packager/Makefile.in instead.
No, removing the prefix entirely would *not* be nicer. You're going to find a
lot of upset users if you start unpackaging 50 files & directories in the
current directory. The lack of a prefix would make it extremely hard to clean
up when manually uninstalling the package.
Assignee: seawood → leaf
Priority: P4 → --
Target Milestone: Future → ---
Comment 4•23 years ago
|
||
this is so low a priority that a low enough priority doesn't exist to accurately
reflect it.
Priority: -- → P5
Target Milestone: --- → Future
Comment 5•22 years ago
|
||
adding others to the cc list in case they want to pick this up.
Summary: rename "bin" i zip structure to "mozilla" → rename "bin" dir in zipfile to "mozilla"
Reporter | ||
Comment 6•22 years ago
|
||
We should be consistent with the three different products:
- Mozilla Application Suite
- Mozilla Firebird
- Mozilla Thunderbird
The zip structure should be consistent. Todays it's not consistent AT ALL!
All three products currently have their own zip structure.
Mozilla Application Suite has "bin"
Mozilla Firebird has "MozillaFirebird"
Mozilla Thunderbird has "thunderbird"
Maybe mozilla\suite\mozilla.exe, mozilla\firebird\firebird.exe, etc?
If the only concern is an embedded base, then we just need to come up with a way
to "upgrade" them.
Assignee | ||
Comment 8•22 years ago
|
||
Accepting; not much concern for previous users, as they ought to be clued
enough to remove bin once they notice new packages are installing different
directories.
Status: NEW → ASSIGNED
WORKSFORME, now Seamonkey zips have \mozilla, Firefox has \firefox.
Could this bug be resolved?
Assignee | ||
Comment 10•21 years ago
|
||
yes, tarfiles are produced with mozilla/ firefox/ and thunderbird/ now.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•