Opened 19 years ago
Closed 19 years ago
#2171 closed defect (fixed)
Incorrect Enigmail version in the Thunderbird instructions
Reported by: | Randy McMurchy | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.2.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
The version of Enigmail listed in the Thunderbird instructions (0.94.0) is no longer current. The current version listed at http://enigmail.mozdev.org/source.html is 0.94.1.
Change History (4)
comment:1 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 19 years ago
I don't want to step on the person's toes who wrote the original instructions, so does anyone have a problem if I make this change:
Index: xsoft/other/thunderbird.xml =================================================================== --- xsoft/other/thunderbird.xml (revision 6295) +++ xsoft/other/thunderbird.xml (working copy) @@ -275,11 +275,8 @@ issue the following commands:</para> <screen><userinput>tar -xf ../enigmail-&thunderbird-enigmail-version;.tar.gz -C mailnews/extensions && -cd mailnews/extensions/enigmail && +( cd mailnews/extensions/enigmail && ./makemake -r ) && -./makemake -r && -cd ../../.. && - make -C ../thunderbird-build/mailnews/extensions/enigmail && make -C ../thunderbird-build/mailnews/extensions/enigmail xpi</userinput></screen>
I tested it, and it works properly with error handling.
comment:3 by , 19 years ago
Alright, I'm just going to commit this change since I've gotta get going. If anyone is strongly opposed to the change, just revert it. It's not that big a deal to me, but it seems like the natural thing to do to avoid all the cd'ing.
Note:
See TracTickets
for help on using tickets.
Hopefully I'll do the Thunderbird update some time this week, but I will have a lot more time come Friday.
I already pulled this tarball and checked it out a little while ago. I think it'll build the same way as in the book. Can't recall right now.