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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

