diff --git a/xpcom/base/Makefile.in b/xpcom/base/Makefile.in index 9c03514b619f..cde9983bd26c 100644 --- a/xpcom/base/Makefile.in +++ b/xpcom/base/Makefile.in @@ -113,4 +113,4 @@ DEFINES += -D_BSD_SOURCE endif install:: - cp xpcom.properties $(CHROME_DIST)/$(CHROME_L10N_DIR) + $(INSTALL) -m 444 $(srcdir)/xpcom.properties $(CHROME_DIST)/$(CHROME_L10N_DIR)