diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 16:11:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 16:11:27 +0000 |
commit | eab49c423632122901af04de62ad0d90015a963f (patch) | |
tree | 287ceec9c11a65133cdf57016dc4747a97f54a14 /solenv/inc | |
parent | 2a22f22568520df3976efdd4566c1121e0e49b3a (diff) |
INTEGRATION: CWS pj85 (1.77.68); FILE MERGED
2007/09/10 15:56:43 pjanik 1.77.68.1: #i81087#: Avoid unzip command prompting users (from Fridrich).
Diffstat (limited to 'solenv/inc')
-rw-r--r-- | solenv/inc/tg_ext.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_ext.mk b/solenv/inc/tg_ext.mk index 7a8392ef6392..cc7f88f06ffc 100644 --- a/solenv/inc/tg_ext.mk +++ b/solenv/inc/tg_ext.mk @@ -4,9 +4,9 @@ # # $RCSfile: tg_ext.mk,v $ # -# $Revision: 1.77 $ +# $Revision: 1.78 $ # -# last change: $Author: obo $ $Date: 2007-07-18 08:01:29 $ +# last change: $Author: hr $ $Date: 2007-11-01 17:11:27 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -157,7 +157,7 @@ $(MISC)$/%.unpack : $(PRJ)$/download$/%.tar $(MISC)$/%.unpack : $(PRJ)$/download$/%.zip @-$(RM) $@ - noop $(assign UNPACKCMD := unzip $(BACK_PATH)download$/$(TARFILE_NAME).zip) + noop $(assign UNPACKCMD := unzip -o $(BACK_PATH)download$/$(TARFILE_NAME).zip) @$(TYPE) $(mktmp $(UNPACKCMD)) > $@.$(INPATH) @$(RENAME) $@.$(INPATH) $@ |