[Libreoffice-commits] .: Branch 'libreoffice-4-0' - postprocess/signing
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Dec 7 01:09:40 PST 2012
postprocess/signing/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3fa9c42d451435fb2af2125acce6edd132a4d9e7
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Fri Dec 7 10:08:35 2012 +0100
We definitely want a log file to check in case something goes wrong
Change-Id: Ie8ab243e72decae63717cf78d8e7038a74b4c1ae
Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>
diff --git a/postprocess/signing/makefile.mk b/postprocess/signing/makefile.mk
index 066927a..c9245d0 100644
--- a/postprocess/signing/makefile.mk
+++ b/postprocess/signing/makefile.mk
@@ -36,7 +36,7 @@ signing.done :
.IF "$(WINDOWS_BUILD_SIGNING)"=="TRUE"
.IF "$(COM)"=="MSC"
.IF "$(product)"=="full"
- $(PERL) signing.pl -e $(EXCLUDELIST) -f $(PFXFILE) -p $(PFXPASSWORD) -t $(TIMESTAMPURL) $(IMAGENAMES) && $(TOUCH) $(MISC)$/signing.done
+ $(PERL) signing.pl -e $(EXCLUDELIST) -l $(LOGFILE) -f $(PFXFILE) -p $(PFXPASSWORD) -t $(TIMESTAMPURL) $(IMAGENAMES) && $(TOUCH) $(MISC)$/signing.done
.ELSE # "$(product)"=="full"
@echo Doing nothing on non product builds ...
.ENDIF # "$(product)"=="full"
More information about the Libreoffice-commits
mailing list