summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2001-12-19 08:59:42 +0000
committerRüdiger Timm <rt@openoffice.org>2001-12-19 08:59:42 +0000
commit2a378e1b9fe70ec426f9e28a3822bb2f5acef13f (patch)
treef762b8b13b34bd79d114b2cab8a7ad371857f663
parentc79dba644b27ea585fa912fc7a720d589e6e3cd9 (diff)
#65293# UNIX: make unzipped libs and headers readable for everyone, writeable for group.
-rw-r--r--moz/zipped/makefile.mk13
1 files changed, 9 insertions, 4 deletions
diff --git a/moz/zipped/makefile.mk b/moz/zipped/makefile.mk
index dd14e8169540..2b34cae813f2 100644
--- a/moz/zipped/makefile.mk
+++ b/moz/zipped/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: vg $ $Date: 2001-08-31 08:45:59 $
+# last change: $Author: rt $ $Date: 2001-12-19 09:59:42 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,6 +80,11 @@ all: \
$(MISC)$/unpacked_$(TARGET)_lib : $(OS)$(COM)$(CPU)lib.zip $(OS)$(COM)$(CPU)runtime.zip
+unzip -o -d $(LB) $(OS)$(COM)$(CPU)lib.zip && unzip -o -d $(LB) $(OS)$(COM)$(CPU)runtime.zip && $(TOUCH) $@
+ +chmod -R 775 $(LB)
+
+$(MISC)$/unpacked_$(TARGET)_inc : $(OS)$(COM)$(CPU)inc.zip
+ +unzip -o -d $(INCCOM) $(OS)$(COM)$(CPU)inc.zip && $(TOUCH) $@
+ +chmod -R 775 $(INCCOM)
.ELSE
@@ -87,11 +92,11 @@ $(MISC)$/unpacked_$(TARGET)_lib : $(OS)$(COM)$(CPU)lib.zip
+unzip -o -d $(LB) $(OS)$(COM)$(CPU)lib.zip && \
$(TOUCH) $@
-.ENDIF
-
$(MISC)$/unpacked_$(TARGET)_inc : $(OS)$(COM)$(CPU)inc.zip
+unzip -o -d $(INCCOM) $(OS)$(COM)$(CPU)inc.zip && $(TOUCH) $@
+.ENDIF
+
$(BIN)$/mozruntime.zip : $(OS)$(COM)$(CPU)runtime.zip
+$(COPY) $(OS)$(COM)$(CPU)runtime.zip $(BIN)$/mozruntime.zip