Closed
Bug 822103
Opened 13 years ago
Closed 12 years ago
bootstrap.py for LinuxMint only checks for distro == 'Mint'
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla20
People
(Reporter: emorley, Assigned: gps)
Details
Attachments
(1 file)
1.07 KB,
patch
|
emorley
:
review+
|
Details | Diff | Splinter Review |
From m.dev.builds:
https://groups.google.com/d/topic/mozilla.dev.builds/lbr27TVAwyo/discussion
{
Inside mozboot/bootstrap.py
The line of code that checks for Linux Mint should be
elif distro == 'Mint' or distro == 'LinuxMint':
It's currently only checking for 'Mint'.
Brian.
posted from Linux Mint 14
}
Assignee | ||
Comment 1•12 years ago
|
||
Trivial patch.
Reporter | ||
Updated•12 years ago
|
Attachment #696435 -
Flags: review?(edmorley.bz) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•