Browse Source

+ fixed permissions on install

michael 27 years ago
parent
commit
3edd8f8ad3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/makefile

+ 2 - 2
compiler/makefile

@@ -304,8 +304,8 @@ install:
 	ln -sf $(LIBINSTALLDIR)/ppc386 $(PROGINSTALLDIR)/ppc386
 	ln -sf $(LIBINSTALLDIR)/ppc386 $(PROGINSTALLDIR)/ppc386
 	makecfg $(LIBINSTALLDIR)/samplecfg $(UNITINSTALLDIR) $(MSGINSTALLDIR) $(GCCLIBPATH)
 	makecfg $(LIBINSTALLDIR)/samplecfg $(UNITINSTALLDIR) $(MSGINSTALLDIR) $(GCCLIBPATH)
 	install -m 755 -d $(MSGINSTALLDIR)
 	install -m 755 -d $(MSGINSTALLDIR)
-	install -m 644 errore.msg $(MSGINSTALLDIR)
-	install -m 644 errorn.msg $(MSGINSTALLDIR)
+	install -m 666 errore.msg $(MSGINSTALLDIR)
+	install -m 666 errorn.msg $(MSGINSTALLDIR)
 
 
 #####################################################################
 #####################################################################
 # Diffs
 # Diffs