On 1/19/07, Bruce Dubbs <[EMAIL PROTECTED]> wrote:
> Dan Nicholson wrote:
>
> > I just found a nice tweak to the enigmail build instructions. Instead
> > of letting the Makefile decide on a name for the xpi when doing `make
> > -C ... xpi', you can tell it the name in the variable XPIFILE. For
> > thunderbird, I did
> >
> > make -C ../thunderbird-build/mailnews/extensions/enigmail \
> >     XPIFILE=enigmail.xpi xpi
> >
> > Then you can drop the ENIGMAIL_FILENAME=... command because the xpi is
> > installed in ../thunderbird-build/dist/bin/enigmail.xpi.
> >
> > Does anyone have a problem if I incorporate this tweak into the
> > Thunderbird instructions?
>
> No.
>
> I don't think there is any ENIGMAIL_FILENAME=... command in seamonkey,
> so it looks like its only required in Thunderbird.

Oh, I see. It's actually the same. In SeaMonkey, you just do this:

install -v -m644 ../seamonkey-build/dist/bin/enigmail-0.94.1-*.xpi \
    /usr/lib/seamonkey-1.0.5/xpi_store

and use the wildcard. I kind of like being explicit, so I'm going to
add that to the Thunderbird commands. It can always be reverted if it
proves to be unstable.

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to