summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_zip.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 15:34:23 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 15:34:23 +0000
commit551c783691645a8d585db48b25e78ad162486d8f (patch)
tree0d2bf5812b900d30e948f494399c8e2dec37628a /solenv/inc/tg_zip.mk
parent65ba6d4135b327b1bdc660f1b4c417f33ef032f4 (diff)
INTEGRATION: CWS nowrapcmd2 (1.37.94); FILE MERGED
2008/03/01 00:41:48 vq 1.37.94.1: #i85207# Unroll and fix oversight in tg_zip.mk.
Diffstat (limited to 'solenv/inc/tg_zip.mk')
-rw-r--r--solenv/inc/tg_zip.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_zip.mk b/solenv/inc/tg_zip.mk
index 5b2dc3feb6a3..1deb3978e32f 100644
--- a/solenv/inc/tg_zip.mk
+++ b/solenv/inc/tg_zip.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: tg_zip.mk,v $
#
-# $Revision: 1.37 $
+# $Revision: 1.38 $
#
-# last change: $Author: rt $ $Date: 2007-11-06 15:47:03 $
+# last change: $Author: kz $ $Date: 2008-03-05 16:34:23 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -72,7 +72,7 @@ zip$(TNR)langdirs*=$(alllangiso)
.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
zip$(TNR)langdirs:=$(shell @-test -d {$(subst,$/$(LANGDIR), $(null,$(ZIP$(TNR)DIR) . $(ZIP$(TNR)DIR)))}/ && find {$(subst,$/$(LANGDIR), $(null,$(ZIP$(TNR)DIR) . $(ZIP$(TNR)DIR)))}/ -type d ! -name CVS ! -name "." | sed "s/\.\/\///" | sed "s/\.\///" )
.ELSE # "$(GUI)"=="UNX"
-zip$(TNR)langdirs:=$(subst,CVS, $(shell $(4nt_force_shell)-dir {$(subst,$/$(LANGDIR), $(ZIP$(TNR)DIR))} /ba:d ))
+zip$(TNR)langdirs:=$(subst,CVS, $(shell @$(4nt_force_shell)-dir {$(subst,$/$(LANGDIR), $(ZIP$(TNR)DIR))} /ba:d ))
.ENDIF # "$(GUI)"=="UNX"
.ENDIF # "$(zip$(TNR)generatedlangs)"!=""
.IF "$(ZIP$(TNR)FORCEALLLANG)"!=""