summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_zip.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 17:20:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 17:20:53 +0000
commit544ccf5aae2fca79c44e059fe1e66401fd4f442a (patch)
treeada16628e3100afa5a14d0d87e4b771ca32d8321 /solenv/inc/tg_zip.mk
parente6be88e82a1cc41678c94285c4bb248b7a0cbe3e (diff)
INTEGRATION: CWS ooo11rc2 (1.16.2); FILE MERGED
2003/07/15 02:07:30 fa 1.16.2.1: Add support for Mac OS X, mostly brought in from PORTS. http://www.openoffice.org/issues/show_bug.cgi?id=16414 Dan fa@ooo
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 8a3f082673e0..ae57b5642040 100644
--- a/solenv/inc/tg_zip.mk
+++ b/solenv/inc/tg_zip.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_zip.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: vg $ $Date: 2003-07-02 13:44:18 $
+# last change: $Author: hr $ $Date: 2003-07-16 18:20:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -104,7 +104,7 @@ avoid_cvs_dir=-x "*CVS*"
ZIP$(TNR)DIR*=$(ZIPDIR)
ZIP$(TNR)FLAGS*=$(ZIPFLAGS)
.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
-zip$(TNR)langdirs:=$(shell +find {$(subst,$/$(LANGDIR), $(null,$(ZIP$(TNR)DIR) . $(ZIP$(TNR)DIR)))}/ -type d ! -name CVS ! -name "." | sed "s/\.\///" )
+zip$(TNR)langdirs:=$(shell +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 +-dir {$(subst,$/$(LANGDIR), $(ZIP$(TNR)DIR))} /ba:d ))
.ENDIF # "$(GUI)"=="UNX"