summaryrefslogtreecommitdiff
path: root/moz
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-10 12:40:47 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-10 12:41:47 +0200
commitc06bba0999451c1fee02f10587f8139edaddf7d9 (patch)
tree56c6f17985be087a23ab24436509accd15775e2e /moz
parentf2a653134e0cf858cb16d85f01934725d126e002 (diff)
fix syntax errors in moz/zipped makefile, add chmod
Diffstat (limited to 'moz')
-rw-r--r--moz/zipped/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/moz/zipped/makefile.mk b/moz/zipped/makefile.mk
index 67c575feec80..13c44acc69e0 100644
--- a/moz/zipped/makefile.mk
+++ b/moz/zipped/makefile.mk
@@ -158,12 +158,12 @@ $(MISC)$/remove_old_nss_libs : $(MISC)$/unpacked_$(TARGET)_lib \
$(MISC)$/unpacked_$(TARGET)_inc $(BIN)$/mozruntime.zip
$(foreach,lib,$(LIBLIST) rm -f $(LB)$/$(lib) &&) \
echo >& $(NULLDEV)
- $(foreach,lib,$(NSS_RUNTIMELIST) zip -d $(BIN)$/mozruntime.zip $(DLLPRE)$(lib:f)$(DLLPOST) &&) \
+ chmod u+w $(BIN)$/mozruntime.zip && zip -d $(BIN)$/mozruntime.zip $(foreach,lib,$(NSS_RUNTIMELIST) $(DLLPRE)$(lib:f)$(DLLPOST)) && \
echo >& $(NULLDEV)
- rm -r -f $(INCCOM)$/nss &&) \
+ rm -r -f $(INCCOM)$/nss && \
echo >& $(NULLDEV)
- rm -r -f $(INCCOM)$/nspr &&) \
+ rm -r -f $(INCCOM)$/nspr && \
echo >& $(NULLDEV)
- $(TOUCH) $@
+ $(TOUCH) $@
.ENDIF # unpack mozab zips