Bug#526267: S/MIME & cmsutil

Mike Hommey mh at glandium.org
Wed Nov 4 11:09:20 UTC 2009


On Wed, Nov 04, 2009 at 11:51:21AM +0100, Mathieu Malaterre wrote:
> I do not understand what is missing, the script is actually listed in
> the make install rule (AFAIK):
> 
> 
> $ cat mozilla/security/nss/cmd/smimetools/rules.mk
> ...
> install::
> 	$(INSTALL) -m 755 $(SCRIPTS) $(SOURCE_BIN_DIR)
> 
> 
> Is there a reason to skip the 'make install' step in the debian package ?

Because everything is already supposedly installed in mozilla/dist by
the "export" rule, which is applied during the build. So it looks like
mozilla/security/nss/cmd/smimetools/rules.mk lacks a export rule.

Though it looks like using make install would not require to patch that
file.

Cheers,

Mike





More information about the pkg-mozilla-maintainers mailing list