You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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
Ed Morley
unread,
Dec 16, 2012, 4:23:11 PM12/16/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On Sunday, 16 December 2012 16:09:48 UTC, off...@gmail.com wrote:
> 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'.